Patch number

This commit is contained in:
DariusIII
2014-05-04 15:24:19 +02:00
parent d5524b337c
commit dc45fa044c
+1 -1
View File
@@ -14,7 +14,7 @@ $tmux = $t->get();
$patch = (isset($tmux->sqlpatch)) ? $tmux->sqlpatch : 0;
// Check database patch version
if ($patch < 30) {
if ($patch < 31) {
exit($c->error("\nYour database is not up to date. Please update.\nphp ${DIR}/lib/DB/patchDB.php\n"));
}
$tmux_session = (isset($tmux->tmux_session)) ? $tmux->tmux_session : 0;