mirror of
https://github.com/e107inc/e107.git
synced 2025-08-16 19:44:09 +02:00
Basic e_upload.php file added. Work-in-progress.
This commit is contained in:
@@ -2052,7 +2052,7 @@ class e_form
|
||||
{
|
||||
if(is_array($label))
|
||||
{
|
||||
$text .= $this->optgroup($value,$label,$selected,$options, 1);
|
||||
$text .= $this->optgroup($value,$label,$selected,$options, 0);
|
||||
|
||||
}
|
||||
else
|
||||
|
Reference in New Issue
Block a user