Add the missing patch.

This commit is contained in:
Darko
2015-02-27 10:02:35 +01:00
parent 71c5bd2a8e
commit ff39fe38e1
3 changed files with 5 additions and 2 deletions
+3
View File
@@ -0,0 +1,3 @@
DELETE FROM `tmux` WHERE `setting` = 'max_load';
DELETE FROM `tmux` WHERE `setting` = 'max_load_releases';
UPDATE `tmux` set `value` = '112' where `setting` = 'sqlpatch';
+1 -1
View File
@@ -117,7 +117,7 @@ class TmuxOutput extends Tmux
$buffer = '';
$state = ($this->runVar['settings']['is_running'] == 1) ? 'Running' : 'Disabled';
//$version = $this->_tvers . 'r' . $this->_vers;
$tversion = '0.5r01135';
$tversion = '0.5r01137';
$buffer .= sprintf($this->tmpMasks[2],
"Monitor $state v$tversion @ $this->_tvers [" . $this->_vers ."]: ",
+1 -1
View File
@@ -35,7 +35,7 @@ if (count($nntpkill) === 0) {
}
// Check database patch version
if ($patch < 111) {
if ($patch < 112) {
exit($c->error("\nYour database is not up to date. Please update.\nphp ${DIR}lib/DB/patchDB.php\n"));
}