diff --git a/e107_handlers/media_class.php b/e107_handlers/media_class.php index 544bf114a..c408c80d7 100644 --- a/e107_handlers/media_class.php +++ b/e107_handlers/media_class.php @@ -2,20 +2,17 @@ /* * e107 website system * - * Copyright (C) e107 Inc (e107.org) + * Copyright (C) 2008-2016 e107 Inc (e107.org) * Released under the terms and conditions of the * GNU General Public License (http://www.gnu.org/licenses/gpl.txt) * * Administration - Media Management Class * - * $URL$ - * $Id$ - * */ if (!defined('e107_INIT')) { exit; } - +//TODO LANS class e_media { @@ -573,7 +570,7 @@ class e_media background-color:black;border:1px solid black;position:absolute; height:200px;width:205px;overflow-y:scroll; bottom:30px; right:100px'>"; $total = ($sql->gen("SELECT * FROM `#core_media` WHERE media_category = '_common' OR media_category = '".$cat."' ORDER BY media_category,media_datestamp DESC ")) ? TRUE : FALSE; - $text .= "
x
"; + $text .= "
x
"; while ($row = $sql->db_Fetch()) {