From 88e4b14538fcae8d64a27dac8bde269b83474602 Mon Sep 17 00:00:00 2001 From: Dries Buytaert Date: Thu, 27 Jan 2005 22:50:02 +0000 Subject: - Patch by andre: fixed typo: type -> types. --- database/updates.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'database') diff --git a/database/updates.inc b/database/updates.inc index fdcde4c61..e97b8638f 100644 --- a/database/updates.inc +++ b/database/updates.inc @@ -2173,7 +2173,7 @@ function update_121() { function update_122() { $ret = array(); - $ret[] = update_sql("ALTER TABLE {blocks} ADD type text"); + $ret[] = update_sql("ALTER TABLE {blocks} ADD types text"); return $ret; } -- cgit v1.2.3