From ed943b32335933f369d9aa459689e986c10421ae Mon Sep 17 00:00:00 2001 From: jhunkeler Date: Mon, 28 Dec 2009 00:21:11 +0000 Subject: (OC) fixed some bugs in the admin panel caused by the new sql wrapper. *need to figure out the avatar for smflogin block. git-svn-id: http://svn.3rd-infantry-division.org/testing/branches/Bayonet CMS v2@403 c5b2fb0a-d05d-0410-98c8-828840a80ff6 --- includes/functions.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'includes/functions.php') diff --git a/includes/functions.php b/includes/functions.php index bc169ff..4db70c5 100644 --- a/includes/functions.php +++ b/includes/functions.php @@ -469,7 +469,7 @@ define('BAYONET_LOG_ERROR','bayonet_log_error'); define('BAYONET_LOG_WARN','bayonet_log_warn'); define('BAYONET_LOG_INFO','bayonet_log_info'); -function WriteLog($message,$flag) +function WriteLogBayonet($message,$flag) { global $config; $enabled = $config['logs']['enabled']; -- cgit