[geeklog-cvs] geeklog-1.3/sql mysql_tableanddata.php,1.87,1.88

blaine at iowaoutdoors.org blaine at iowaoutdoors.org
Sat Oct 9 14:21:31 EDT 2004


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

Modified Files:
	mysql_tableanddata.php 
Log Message:
Updates for spamx plugin and updated sql for install and update.

Index: mysql_tableanddata.php
===================================================================
RCS file: /var/cvs/geeklog-1.3/sql/mysql_tableanddata.php,v
retrieving revision 1.87
retrieving revision 1.88
diff -C2 -d -r1.87 -r1.88
*** mysql_tableanddata.php	9 Oct 2004 12:21:18 -0000	1.87
--- mysql_tableanddata.php	9 Oct 2004 18:21:29 -0000	1.88
***************
*** 889,892 ****
--- 889,897 ----
  $_DATA[] = "INSERT INTO {$_TABLES['vars']} (name, value) VALUES ('lastemailedstories','') ";
  
+ 
+ # Initial data for spamx plugin
+ $_DATA[] = "INSERT INTO {$_TABLES['spamx']} VALUES ('Personal','zaraz.com')";
+ 
+ 
  #
  # These indexes are only added for MySQL version 3.23.2 and up




More information about the geeklog-cvs mailing list