[geeklog-cvs] geeklog-1.3/sql mysql_tableanddata.php,1.80,1.81

dhaun at iowaoutdoors.org dhaun at iowaoutdoors.org
Tue Sep 28 03:47:04 EDT 2004


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

Modified Files:
	mysql_tableanddata.php 
Log Message:
Rewrote SpamX plugin install / upgrade to be more forgiving with existing installs.


Index: mysql_tableanddata.php
===================================================================
RCS file: /var/cvs/geeklog-1.3/sql/mysql_tableanddata.php,v
retrieving revision 1.80
retrieving revision 1.81
diff -C2 -d -r1.80 -r1.81
*** mysql_tableanddata.php	24 Sep 2004 10:08:03 -0000	1.80
--- mysql_tableanddata.php	28 Sep 2004 07:47:01 -0000	1.81
***************
*** 895,899 ****
  $_DATA[] = "INSERT INTO {$_TABLES['spamx']} VALUES ('Examine','BlackList')";
  $_DATA[] = "INSERT INTO {$_TABLES['spamx']} VALUES ('Examine','MTBlackList')";
- $_DATA[] = "INSERT INTO {$_TABLES['spamx']} VALUES ('Personal','zaraz.com')";
  
  $_INDEX[] = "ALTER TABLE {$_TABLES['comments']} ADD INDEX comments_date(date)";
--- 895,898 ----




More information about the geeklog-cvs mailing list