Patch for nzbstatus column.

This commit is contained in:
Darko
2014-09-01 10:15:50 +02:00
parent c71c14c9b8
commit c391fc2e99
+1 -1
View File
@@ -15,7 +15,7 @@ $tmux = $t->get();
$patch = (isset($tmux->sqlpatch)) ? $tmux->sqlpatch : 0;
// Check database patch version
if ($patch < 72) {
if ($patch < 74) {
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;