From c391fc2e99f828044e27b02cf7fe37151bd4e719 Mon Sep 17 00:00:00 2001 From: Darko Date: Mon, 1 Sep 2014 10:15:50 +0200 Subject: [PATCH] Patch for nzbstatus column. --- start.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/start.php b/start.php index 2b8346c23..3588b6436 100644 --- a/start.php +++ b/start.php @@ -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;