From 401e4c6c9ea7fa5d8b6e0eb525a2ecccb1dba030 Mon Sep 17 00:00:00 2001 From: e107steved Date: Sat, 15 Dec 2007 18:04:54 +0000 Subject: [PATCH] Reflect system logging viewer --- e107_files/shortcode/admin_log.sc | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/e107_files/shortcode/admin_log.sc b/e107_files/shortcode/admin_log.sc index c7f373356..472fc541f 100644 --- a/e107_files/shortcode/admin_log.sc +++ b/e107_files/shortcode/admin_log.sc @@ -18,9 +18,10 @@ if (getperms('0')) $text .= "
  • {$datestamp} - {$row['dblog_title']}
  • "; } $text .= ($cnt ? "" : ""); - $text .= "[ ".ADLAN_117." ]"; + $text .= "[ ".ADLAN_117." ]"; + $text .= "
    [ ".ADLAN_118." ]"; - $text .= "
    [ ".ADLAN_118." ]\n"; +// $text .= "
    [ ".ADLAN_118." ]\n"; $text .= "";