[geeklog-cvs] Geeklog-SoC: Fixed typo ("ALERT" -> "ALTER")

geeklog-cvs at lists.geeklog.net geeklog-cvs at lists.geeklog.net
Thu Aug 14 15:00:29 EDT 2008


details:   http://project.geeklog.net/cgi-bin/hgweb.cgi/rev/87fc2079511f
changeset: 6245:87fc2079511f
user:      dirk at prospero.local
date:      Thu Aug 14 21:00:19 2008 +0200
description:
Fixed typo ("ALERT" -> "ALTER")

diffstat:

1 file changed, 1 insertion(+), 1 deletion(-)
sql/updates/mysql_1.4.1_to_1.5.0.php |    2 +-

diffs (12 lines):

diff -r 95bc0c49fca8 -r 87fc2079511f sql/updates/mysql_1.4.1_to_1.5.0.php
--- a/sql/updates/mysql_1.4.1_to_1.5.0.php	Thu Aug 14 00:29:51 2008 -0400
+++ b/sql/updates/mysql_1.4.1_to_1.5.0.php	Thu Aug 14 21:00:19 2008 +0200
@@ -13,7 +13,7 @@
 // new comment code: close comments
 $_SQL[] = "INSERT INTO {$_TABLES['commentcodes']} (code, name) VALUES (1,'Comments Closed')";
 // anonymous custom user name column in comments
-$_SQL[] = "ALERT TABLE {$_TABLES['comments']} ADD name VARCHAR(32) NULL DEFAULT NULL AFTER uid";
+$_SQL[] = "ALTER TABLE {$_TABLES['comments']} ADD name VARCHAR(32) NULL DEFAULT NULL AFTER uid";
 
 // Increase block function size to accept arguments:
 $_SQL[] = "ALTER TABLE {$_TABLES['blocks']} CHANGE phpblockfn phpblockfn VARCHAR(128)";



More information about the geeklog-cvs mailing list