[geeklog-cvs] geeklog-1.3/sql mysql_tableanddata.php,1.84,1.85

blaine at iowaoutdoors.org blaine at iowaoutdoors.org
Sun Oct 3 10:57:38 EDT 2004


Update of /var/cvs/geeklog-1.3/sql
In directory www:/tmp/cvs-serv5189/sql

Modified Files:
	mysql_tableanddata.php 
Log Message:
Removed un-needed Inserts for SPAMX plugin as a result of other code changes

Index: mysql_tableanddata.php
===================================================================
RCS file: /var/cvs/geeklog-1.3/sql/mysql_tableanddata.php,v
retrieving revision 1.84
retrieving revision 1.85
diff -C2 -d -r1.84 -r1.85
*** mysql_tableanddata.php	30 Sep 2004 08:02:34 -0000	1.84
--- mysql_tableanddata.php	3 Oct 2004 14:57:34 -0000	1.85
***************
*** 892,898 ****
  # Dumping data for spamx
  #
- $_DATA[] = "INSERT INTO {$_TABLES['spamx']} VALUES ('Action','DeleteComment')";
- $_DATA[] = "INSERT INTO {$_TABLES['spamx']} VALUES ('Examine','BlackList')";
- $_DATA[] = "INSERT INTO {$_TABLES['spamx']} VALUES ('Examine','MTBlackList')";
  
  $_INDEX[] = "ALTER TABLE {$_TABLES['comments']} ADD INDEX comments_date(date)";
--- 892,895 ----




More information about the geeklog-cvs mailing list