[geeklog-cvs] geeklog-1.3/sql/updates mysql_1.3.11_to_1.3.12.php,1.5,1.6

vinny at iowaoutdoors.org vinny at iowaoutdoors.org
Sat Feb 5 00:07:13 EST 2005


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

Modified Files:
	mysql_1.3.11_to_1.3.12.php 
Log Message:
SQL Upgrade for dynamic comments


Index: mysql_1.3.11_to_1.3.12.php
===================================================================
RCS file: /var/cvs/geeklog-1.3/sql/updates/mysql_1.3.11_to_1.3.12.php,v
retrieving revision 1.5
retrieving revision 1.6
diff -C2 -d -r1.5 -r1.6
*** mysql_1.3.11_to_1.3.12.php	3 Feb 2005 19:57:40 -0000	1.5
--- mysql_1.3.11_to_1.3.12.php	5 Feb 2005 05:07:10 -0000	1.6
***************
*** 37,40 ****
--- 37,43 ----
  $_SQL[] = "INSERT INTO {$_TABLES['features']} (ft_name, ft_descr, ft_gl_core) VALUES ('story.ping', 'Ability to send pings, pingbacks, or trackbacks for stories', 1)";
  
+ // for dynamic comments
+ $_SQL[] = "INSERT INTO {$_TABLES['commentmodes']} (mode, name) VALUES ('dynamic', 'Dynamic')";
+ 
  // add the new 'story.ping' feature to the Story Admin group
  function upgrade_addFeature ()




More information about the geeklog-cvs mailing list