[geeklog-cvs] geeklog-1.3/sql mysql_tableanddata.php,1.82,1.83
    dhaun at iowaoutdoors.org 
    dhaun at iowaoutdoors.org
       
    Thu Sep 30 03:37:39 EDT 2004
    
        - Previous message (by thread): [geeklog-cvs] geeklog-1.3/public_html/admin block.php,1.62,1.63 event.php,1.51,1.52 link.php,1.44,1.45 poll.php,1.40,1.41 story.php,1.135,1.136 topic.php,1.47,1.48
 
        - Next message (by thread): [geeklog-cvs] geeklog-1.3/sql/updates mysql_1.3.9_to_1.3.10.php,1.21,1.22
 
         -  Messages sorted by: 
              [ date ]
              [ thread ]
              [ subject ]
              [ author ]
         
 
       
    
  
Update of /var/cvs/geeklog-1.3/sql
In directory www:/tmp/cvs-serv11809
Modified Files:
	mysql_tableanddata.php 
Log Message:
Extend max. length of static page IDs to 40 characters (again), as fresh 1.3.9 installs were still allowing only 20 characters ...
Index: mysql_tableanddata.php
===================================================================
RCS file: /var/cvs/geeklog-1.3/sql/mysql_tableanddata.php,v
retrieving revision 1.82
retrieving revision 1.83
diff -C2 -d -r1.82 -r1.83
*** mysql_tableanddata.php	28 Sep 2004 17:47:12 -0000	1.82
--- mysql_tableanddata.php	30 Sep 2004 07:37:37 -0000	1.83
***************
*** 566,570 ****
  $_SQL[40] = "
  CREATE TABLE {$_TABLES['staticpage']} (
!   sp_id varchar(20) NOT NULL default '',
    sp_uid mediumint(8) NOT NULL default '1',
    sp_title varchar(128) NOT NULL default '',
--- 566,570 ----
  $_SQL[40] = "
  CREATE TABLE {$_TABLES['staticpage']} (
!   sp_id varchar(40) NOT NULL default '',
    sp_uid mediumint(8) NOT NULL default '1',
    sp_title varchar(128) NOT NULL default '',
    
    
        
	- Previous message (by thread): [geeklog-cvs] geeklog-1.3/public_html/admin block.php,1.62,1.63 event.php,1.51,1.52 link.php,1.44,1.45 poll.php,1.40,1.41 story.php,1.135,1.136 topic.php,1.47,1.48
 
	- Next message (by thread): [geeklog-cvs] geeklog-1.3/sql/updates mysql_1.3.9_to_1.3.10.php,1.21,1.22
 
         -  Messages sorted by: 
              [ date ]
              [ thread ]
              [ subject ]
              [ author ]
         
 
       
More information about the geeklog-cvs
mailing list