[geeklog-cvs] geeklog-1.3/public_html/admin/plugins/spamx install.php,1.5,1.6

dhaun at iowaoutdoors.org dhaun at iowaoutdoors.org
Fri Sep 17 06:52:40 EDT 2004


Update of /var/cvs/geeklog-1.3/public_html/admin/plugins/spamx
In directory www:/tmp/cvs-serv29400/public_html/admin/plugins/spamx

Modified Files:
	install.php 
Log Message:
Added missing bits and pieces for installing the SpamX plugin during database update.


Index: install.php
===================================================================
RCS file: /var/cvs/geeklog-1.3/public_html/admin/plugins/spamx/install.php,v
retrieving revision 1.5
retrieving revision 1.6
diff -C2 -d -r1.5 -r1.6
*** install.php	16 Sep 2004 17:22:16 -0000	1.5
--- install.php	17 Sep 2004 10:52:38 -0000	1.6
***************
*** 79,83 ****
  	. " name varchar(20) NOT NULL default '',"
  	. " value varchar(255) NOT NULL default '',"
! 	. " INDEX name (name)"
  	. ") TYPE=MyISAM";
  	
--- 79,83 ----
  	. " name varchar(20) NOT NULL default '',"
  	. " value varchar(255) NOT NULL default '',"
! 	. " INDEX spamx_name(name)"
  	. ") TYPE=MyISAM";
  	




More information about the geeklog-cvs mailing list