Browse Source

fix update after a bad merge

tags/vichan-devel-4.4.92
czaks 10 years ago
parent
commit
a1d9de205b
1 changed files with 1 additions and 0 deletions
  1. +1
    -0
      install.php

+ 1
- 0
install.php View File

@@ -383,6 +383,7 @@ if (file_exists($config['has_installed'])) {
}
case 'v0.9.6-dev-13':
query("ALTER TABLE ``antispam`` ADD INDEX `expires` (`expires`)") or error(db_error());
case 'v0.9.6-dev-14':
case false:
// Update version number
file_write($config['has_installed'], VERSION);


Loading…
Cancel
Save