diff options
author | Dries Buytaert <dries@buytaert.net> | 2005-01-27 22:50:02 +0000 |
---|---|---|
committer | Dries Buytaert <dries@buytaert.net> | 2005-01-27 22:50:02 +0000 |
commit | 88e4b14538fcae8d64a27dac8bde269b83474602 (patch) | |
tree | 7c085cbcab2f3cb6e0b782a90f77f0b127929a64 | |
parent | e941b2060cf43c057d35d6584de297bd531d85f5 (diff) | |
download | brdo-88e4b14538fcae8d64a27dac8bde269b83474602.tar.gz brdo-88e4b14538fcae8d64a27dac8bde269b83474602.tar.bz2 |
- Patch by andre: fixed typo: type -> types.
-rw-r--r-- | database/updates.inc | 2 |
1 files changed, 1 insertions, 1 deletions
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; } |