[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


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 '',




More information about the geeklog-cvs mailing list