[geeklog-cvs] geeklog-1.3/sql mysql_tableanddata.php,1.44,1.45

dhaun at geeklog.net dhaun at geeklog.net
Mon Mar 24 12:42:20 EST 2003


Update of /usr/cvs/geeklog/geeklog-1.3/sql
In directory internal.geeklog.net:/tmp/cvs-serv8775/sql

Modified Files:
	mysql_tableanddata.php 
Log Message:
You can now set a default topic for story submissions.


Index: mysql_tableanddata.php
===================================================================
RCS file: /usr/cvs/geeklog/geeklog-1.3/sql/mysql_tableanddata.php,v
retrieving revision 1.44
retrieving revision 1.45
diff -C2 -d -r1.44 -r1.45
*** mysql_tableanddata.php	11 Mar 2003 17:00:57 -0000	1.44
--- mysql_tableanddata.php	24 Mar 2003 17:42:18 -0000	1.45
***************
*** 426,429 ****
--- 426,430 ----
    sortnum tinyint(3) default NULL,
    limitnews tinyint(3) default NULL,
+   is_default tinyint(1) unsigned NOT NULL DEFAULT '0',
    group_id mediumint(8) unsigned NOT NULL default '1',
    owner_id mediumint(8) unsigned NOT NULL default '1',





More information about the geeklog-cvs mailing list