[geeklog-cvs] Geeklog-1.x/sql mysql_tableanddata.php,1.195,1.196

Dirk Haun dhaun at qs1489.pair.com
Tue Jan 1 12:51:56 EST 2008


Update of /cvsroot/geeklog/Geeklog-1.x/sql
In directory qs1489.pair.com:/tmp/cvs-serv1493/sql

Modified Files:
	mysql_tableanddata.php 
Log Message:
'cid' and 'pid' need to be 32 characters (for backward compatibility)


Index: mysql_tableanddata.php
===================================================================
RCS file: /cvsroot/geeklog/Geeklog-1.x/sql/mysql_tableanddata.php,v
retrieving revision 1.195
retrieving revision 1.196
diff -C2 -d -r1.195 -r1.196
*** mysql_tableanddata.php	31 Dec 2007 12:48:45 -0000	1.195
--- mysql_tableanddata.php	1 Jan 2008 17:51:54 -0000	1.196
***************
*** 706,711 ****
  $_SQL[46] = "
  CREATE TABLE {$_TABLES['linkcategories']} (
!   cid varchar(20) NOT NULL,
!   pid varchar(20) NOT NULL,
    category varchar(32) NOT NULL,
    description text DEFAULT NULL,
--- 706,711 ----
  $_SQL[46] = "
  CREATE TABLE {$_TABLES['linkcategories']} (
!   cid varchar(32) NOT NULL,
!   pid varchar(32) NOT NULL,
    category varchar(32) NOT NULL,
    description text DEFAULT NULL,




More information about the geeklog-cvs mailing list