1
0
mirror of https://github.com/vichan-devel/vichan.git synced 2025-02-20 04:31:23 +01:00

fix update after a bad merge

This commit is contained in:
czaks 2013-08-28 20:24:30 -04:00
parent 545f469f3c
commit 9841110849

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);