From dd6a5147c78d500b00adf7332c0ebb512358c921 Mon Sep 17 00:00:00 2001 From: e107steved Date: Mon, 16 Jul 2007 20:50:15 +0000 Subject: [PATCH] Fix cursor definition --- e107_files/shortcode/admin_log.sc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/e107_files/shortcode/admin_log.sc b/e107_files/shortcode/admin_log.sc index 4c433b87d..c7f373356 100644 --- a/e107_files/shortcode/admin_log.sc +++ b/e107_files/shortcode/admin_log.sc @@ -3,7 +3,7 @@ if (getperms('0')) if (!function_exists('admin_log')) { function admin_log() { global $sql, $ns; - $text = E_16_ADMINLOG." ".ADLAN_116."\n"; + $text = E_16_ADMINLOG." ".ADLAN_116."\n"; if (e_QUERY == "logall") { $text .= "
"; $cnt = $sql -> db_Select("dblog", "*", "ORDER BY `dblog_datestamp` DESC", "no_where");