[geeklog-cvs] geeklog: While I'm at it: ensure consistent spelling of "COM_err...

geeklog-cvs at lists.geeklog.net geeklog-cvs at lists.geeklog.net
Wed Aug 26 15:58:43 EDT 2009


details:   http://project.geeklog.net/cgi-bin/hgweb.cgi/rev/543beb1efe9c
changeset: 7257:543beb1efe9c
user:      Dirk Haun <dirk at haun-online.de>
date:      Wed Aug 26 21:58:30 2009 +0200
description:
While I'm at it: ensure consistent spelling of "COM_errorLog"

diffstat:

 public_html/admin/block.php |  2 +-
 system/lib-security.php     |  8 ++++----
 2 files changed, 5 insertions(+), 5 deletions(-)

diffs (30 lines):

diff -r 7b2e6047c574 -r 543beb1efe9c public_html/admin/block.php
--- a/public_html/admin/block.php	Wed Aug 26 21:57:15 2009 +0200
+++ b/public_html/admin/block.php	Wed Aug 26 21:58:30 2009 +0200
@@ -703,7 +703,7 @@
         }
 
     } else {
-        COM_errorLOG("block admin error: Attempt to move an non existing block id: $bid");
+        COM_errorLog("block admin error: Attempt to move an non existing block id: $bid");
     }
     echo COM_refresh($_CONF['site_admin_url'] . "/block.php");
     exit;
diff -r 7b2e6047c574 -r 543beb1efe9c system/lib-security.php
--- a/system/lib-security.php	Wed Aug 26 21:57:15 2009 +0200
+++ b/system/lib-security.php	Wed Aug 26 21:58:30 2009 +0200
@@ -579,10 +579,10 @@
     }
 
     if ($_SEC_VERBOSE) {
-        COM_errorlog('perm_owner = ' . $perm_owner, 1);
-        COM_errorlog('perm_group = ' . $perm_group, 1);
-        COM_errorlog('perm_member = ' . $perm_members, 1);
-        COM_errorlog('perm_anon = ' . $perm_anon, 1);
+        COM_errorLog('perm_owner = ' . $perm_owner, 1);
+        COM_errorLog('perm_group = ' . $perm_group, 1);
+        COM_errorLog('perm_member = ' . $perm_members, 1);
+        COM_errorLog('perm_anon = ' . $perm_anon, 1);
         COM_errorLog('**** Leaving SEC_getPermissionValues ****', 1);
     }
 



More information about the geeklog-cvs mailing list