[geeklog-cvs] geeklog-1.3/sql mysql_tableanddata.php,1.100,1.101

dhaun at iowaoutdoors.org dhaun at iowaoutdoors.org
Sun Feb 6 12:21:51 EST 2005


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

Modified Files:
	mysql_tableanddata.php 
Log Message:
Added 'dynnamic' comment mode


Index: mysql_tableanddata.php
===================================================================
RCS file: /var/cvs/geeklog-1.3/sql/mysql_tableanddata.php,v
retrieving revision 1.100
retrieving revision 1.101
diff -C2 -d -r1.100 -r1.101
*** mysql_tableanddata.php	6 Feb 2005 17:13:22 -0000	1.100
--- mysql_tableanddata.php	6 Feb 2005 17:21:49 -0000	1.101
***************
*** 695,698 ****
--- 695,699 ----
  $_DATA[] = "INSERT INTO {$_TABLES['commentmodes']} (mode, name) VALUES ('threaded','Threaded') ";
  $_DATA[] = "INSERT INTO {$_TABLES['commentmodes']} (mode, name) VALUES ('nocomment','No Comments') ";
+ $_DATA[] = "INSERT INTO {$_TABLES['commentmodes']} (mode, name) VALUES ('dynamic', 'Dynamic')";
  
  $_DATA[] = "INSERT INTO {$_TABLES['cookiecodes']} (cc_value, cc_descr) VALUES (0,'(don\'t)') ";




More information about the geeklog-cvs mailing list