[geeklog-cvs] geeklog-1.3/sql/updates mysql_1.3.7_to_1.3.8.php,1.3,1.4

geeklog-cvs-admin at lists.geeklog.net geeklog-cvs-admin at lists.geeklog.net
Tue May 27 16:06:29 EDT 2003


Update of /usr/cvs/geeklog/geeklog-1.3/sql/updates
In directory internal.geeklog.net:/tmp/cvs-serv5638/updates

Modified Files:
	mysql_1.3.7_to_1.3.8.php 
Log Message:
Typo: DROP TABLE, not "TABLES" ...


Index: mysql_1.3.7_to_1.3.8.php
===================================================================
RCS file: /usr/cvs/geeklog/geeklog-1.3/sql/updates/mysql_1.3.7_to_1.3.8.php,v
retrieving revision 1.3
retrieving revision 1.4
diff -C2 -d -r1.3 -r1.4
*** mysql_1.3.7_to_1.3.8.php	5 May 2003 16:52:35 -0000	1.3
--- mysql_1.3.7_to_1.3.8.php	27 May 2003 20:06:27 -0000	1.4
***************
*** 13,18 ****
  ) TYPE = MyISAM";
  
! $_SQL[] = "DROP TABLES {$_TABLES['commentspeedlimit']}";
! $_SQL[] = "DROP TABLES {$_TABLES['submitspeedlimit']}";
  
  ?>
--- 13,18 ----
  ) TYPE = MyISAM";
  
! $_SQL[] = "DROP TABLE {$_TABLES['commentspeedlimit']}";
! $_SQL[] = "DROP TABLE {$_TABLES['submitspeedlimit']}";
  
  ?>





More information about the geeklog-cvs mailing list