[geeklog-cvs] geeklog-1.3/sql mysql_tableanddata.php,1.70,1.71

dhaun at iowaoutdoors.org dhaun at iowaoutdoors.org
Mon Jul 26 03:43:36 EDT 2004


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

Modified Files:
	mysql_tableanddata.php 
Log Message:
Create 'syndication' table with "fid int(10)" instead of only "fid int".


Index: mysql_tableanddata.php
===================================================================
RCS file: /var/cvs/geeklog-1.3/sql/mysql_tableanddata.php,v
retrieving revision 1.70
retrieving revision 1.71
diff -C2 -d -r1.70 -r1.71
*** mysql_tableanddata.php	24 Jul 2004 18:35:40 -0000	1.70
--- mysql_tableanddata.php	26 Jul 2004 07:43:33 -0000	1.71
***************
*** 418,422 ****
  $_SQL[30] = "
  CREATE TABLE {$_TABLES['syndication']} (
!   fid int unsigned NOT NULL auto_increment,
    type varchar(30) NOT NULL default 'geeklog',
    topic varchar(48) NOT NULL default '::all',
--- 418,422 ----
  $_SQL[30] = "
  CREATE TABLE {$_TABLES['syndication']} (
!   fid int(10) unsigned NOT NULL auto_increment,
    type varchar(30) NOT NULL default 'geeklog',
    topic varchar(48) NOT NULL default '::all',




More information about the geeklog-cvs mailing list