1
0
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:
Cameron
2016-03-06 00:42:15 -08:00
parent 3ecd19b88c
commit 35b5957b24
4 changed files with 140 additions and 7 deletions

View File

@@ -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