[geeklog-cvs] geeklog: $blockadmin_id doesn't seem to be needed anywhere

geeklog-cvs at lists.geeklog.net geeklog-cvs at lists.geeklog.net
Sun May 29 10:15:28 EDT 2011


changeset 8292:6df23dd39f20
url:  http://project.geeklog.net/cgi-bin/hgwebdir.cgi/geeklog/rev/6df23dd39f20
user: Dirk Haun <dirk at haun-online.de>
date: Sun May 29 12:48:18 2011 +0200
description:
$blockadmin_id doesn't seem to be needed anywhere

diffstat:

 sql/updates/mysql_1.4.1_to_1.5.0.php |  3 ---
 1 files changed, 0 insertions(+), 3 deletions(-)

diffs (13 lines):

diff -r 5f979a64a87d -r 6df23dd39f20 sql/updates/mysql_1.4.1_to_1.5.0.php
--- a/sql/updates/mysql_1.4.1_to_1.5.0.php	Sun May 29 10:46:34 2011 +0200
+++ b/sql/updates/mysql_1.4.1_to_1.5.0.php	Sun May 29 12:48:18 2011 +0200
@@ -593,9 +593,6 @@
     ) TYPE=MyISAM
     ";
 
-    $blockadmin_id = DB_getItem($_TABLES['groups'], 'grp_id',
-                                "grp_name='Block Admin'");
-
     $P_SQL[] = "ALTER TABLE {$_TABLES['linksubmission']} ADD owner_id mediumint(8) unsigned NOT NULL default '1' AFTER date";
     $P_SQL[] = "ALTER TABLE {$_TABLES['linksubmission']} CHANGE category cid varchar(32) NOT NULL";
     $P_SQL[] = "ALTER TABLE {$_TABLES['links']} CHANGE category cid varchar(32) NOT NULL";



More information about the geeklog-cvs mailing list