diff options
author | Dries Buytaert <dries@buytaert.net> | 2003-01-14 20:33:42 +0000 |
---|---|---|
committer | Dries Buytaert <dries@buytaert.net> | 2003-01-14 20:33:42 +0000 |
commit | d268783669922eab6d6b8a2fb4fffc1400af61dc (patch) | |
tree | 3927e6c63b10a6cd103e52e8ee22c2f671cc9b41 /update.php | |
parent | 20e8f9eba973a469095c7da2abe52b01a140f922 (diff) | |
download | brdo-d268783669922eab6d6b8a2fb4fffc1400af61dc.tar.gz brdo-d268783669922eab6d6b8a2fb4fffc1400af61dc.tar.bz2 |
- Small improvement to the admin menu based on feedback from Michael.
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 +?> |