mirror of
https://github.com/e107inc/e107.git
synced 2025-08-17 03:54:09 +02:00
Issue #1356 - Installation and PHP notice fixes.
This commit is contained in:
@@ -1713,10 +1713,10 @@ class e_form
|
||||
// $text[] = $this->radio($name, $value, (string) $checked === (string) $value)."".$this->label($label, $name, $value).(isset($helpLabel) ? "<div class='field-help'>".$helpLabel."</div>" : '');
|
||||
}
|
||||
|
||||
if($multi_line === false)
|
||||
{
|
||||
// if($multi_line === false)
|
||||
// {
|
||||
// return implode(" ", $text);
|
||||
}
|
||||
// }
|
||||
|
||||
// support of UI owned 'newline' parameter
|
||||
if(!varset($options['sep']) && vartrue($options['newline'])) $options['sep'] = '<br />'; // TODO div class=separator?
|
||||
|
Reference in New Issue
Block a user