Changeset 14221 for trunk/admin/include/functions_upload.inc.php
- Timestamp:
- Apr 19, 2012, 4:43:30 PM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/admin/include/functions_upload.inc.php
r13843 r14221 69 69 } 70 70 71 function save_upload_form_config($data, &$errors=array() )71 function save_upload_form_config($data, &$errors=array(), &$form_errors=array()) 72 72 { 73 73 if (!is_array($data) or empty($data)) … … 131 131 ) 132 132 ); 133 134 $form_errors[$field] = '['.$min.' .. '.$max.']'; 133 135 } 134 136 }
Note: See TracChangeset
for help on using the changeset viewer.