mirror of
https://github.com/e107inc/e107.git
synced 2025-08-04 21:57:51 +02:00
Quick media-manager fix.
This commit is contained in:
@@ -9,8 +9,8 @@
|
|||||||
* Form Handler
|
* Form Handler
|
||||||
*
|
*
|
||||||
* $Source: /cvs_backup/e107_0.8/e107_handlers/form_handler.php,v $
|
* $Source: /cvs_backup/e107_0.8/e107_handlers/form_handler.php,v $
|
||||||
* $Revision: 1.95 $
|
* $Revision: 1.96 $
|
||||||
* $Date: 2009-12-11 00:36:25 $
|
* $Date: 2009-12-11 00:51:19 $
|
||||||
* $Author: e107coders $
|
* $Author: e107coders $
|
||||||
*
|
*
|
||||||
*/
|
*/
|
||||||
@@ -131,8 +131,7 @@ class e_form
|
|||||||
$opts[$row['media_category']][$row['media_url']] = $row['media_name']. " (".$row['media_dimensions'].") ";
|
$opts[$row['media_category']][$row['media_url']] = $row['media_name']. " (".$row['media_dimensions'].") ";
|
||||||
}
|
}
|
||||||
|
|
||||||
asort($opts);
|
asort($opts);
|
||||||
|
|
||||||
return $this->selectbox($name,$opts,$default, array('default'=>' '));
|
return $this->selectbox($name,$opts,$default, array('default'=>' '));
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user