From 287ddde52134b612e4b8acc36317191f05d03de0 Mon Sep 17 00:00:00 2001 From: MikeyGMT Date: Sun, 25 Dec 2016 18:36:38 +0000 Subject: [PATCH] LANS in Media Class #6 LANS in Media Class #6 - although there is plenty left to do but many seem to be debug messages rather than user prompts. --- e107_handlers/media_class.php | 9 +++------ 1 file changed, 3 insertions(+), 6 deletions(-) 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()) {