diff options
Diffstat (limited to 'update.php')
-rw-r--r-- | update.php | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/update.php b/update.php index 430a33c55..6b7eb5712 100644 --- a/update.php +++ b/update.php @@ -653,8 +653,7 @@ function update_47() { help TEXT default '', title varchar(255) NOT NULL default '', parent varchar(255) NOT NULL default '', - weight tinyint(4) DEFAULT '0' NOT NULL, - overview tinyint(1) DEFAULT '0' NOT NULL + weight tinyint(4) DEFAULT '0' NOT NULL );"); } @@ -856,4 +855,4 @@ if ($op) { else { update_info(); } -?>
\ No newline at end of file +?> |