1
0
mirror of https://github.com/e107inc/e107.git synced 2025-08-04 13:47:31 +02:00

Quick media-manager fix.

This commit is contained in:
CaMer0n
2009-12-11 00:51:19 +00:00
parent 32657ae450
commit 513714d232

View File

@@ -9,8 +9,8 @@
* Form Handler
*
* $Source: /cvs_backup/e107_0.8/e107_handlers/form_handler.php,v $
* $Revision: 1.95 $
* $Date: 2009-12-11 00:36:25 $
* $Revision: 1.96 $
* $Date: 2009-12-11 00:51:19 $
* $Author: e107coders $
*
*/
@@ -132,7 +132,6 @@ class e_form
}
asort($opts);
return $this->selectbox($name,$opts,$default, array('default'=>' '));
}