Doc, correct bug introduced by auto-correct
This commit is contained in:
parent
5ebd0c6f52
commit
9473dcbcbf
4 changed files with 349 additions and 353 deletions
|
|
@ -757,9 +757,9 @@ class HtmlInput
|
|||
|
||||
/**
|
||||
* return default if the value if the value doesn't exist in the array
|
||||
* @param $ind the index to check
|
||||
* @param $default the value to return
|
||||
* @param $array the array
|
||||
* @param $ind string the index to check
|
||||
* @param $default string the value to return
|
||||
* @param $array array the array
|
||||
*/
|
||||
static function default_value($ind, $default, $array)
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue