[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
    
        - Previous message (by thread): [geeklog-cvs] Geeklog-1.x/plugins/links/sql mysql_install.php, 1.6,	1.7 upgrade_1.0.1_2.mysql.php, 1.2, 1.3
 
        - Next message (by thread): [geeklog-cvs] Geeklog-1.x/language german.php, 1.179,	1.180 german_formal.php, 1.84, 1.85 german_formal_utf-8.php,	1.37, 1.38 german_utf-8.php, 1.68, 1.69
 
         -  Messages sorted by: 
              [ date ]
              [ thread ]
              [ subject ]
              [ author ]
         
 
       
    
  
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,
    
    
        
	- Previous message (by thread): [geeklog-cvs] Geeklog-1.x/plugins/links/sql mysql_install.php, 1.6,	1.7 upgrade_1.0.1_2.mysql.php, 1.2, 1.3
 
	- Next message (by thread): [geeklog-cvs] Geeklog-1.x/language german.php, 1.179,	1.180 german_formal.php, 1.84, 1.85 german_formal_utf-8.php,	1.37, 1.38 german_utf-8.php, 1.68, 1.69
 
         -  Messages sorted by: 
              [ date ]
              [ thread ]
              [ subject ]
              [ author ]
         
 
       
More information about the geeklog-cvs
mailing list