From bff2ad6a95023ddddbbfa4a12fa294dca003fd38 Mon Sep 17 00:00:00 2001 From: Darko Date: Thu, 14 Nov 2013 15:00:57 +0100 Subject: [PATCH] Reverted the change --- bin/monitor.php | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/bin/monitor.php b/bin/monitor.php index f6919de78..3a8e0798a 100644 --- a/bin/monitor.php +++ b/bin/monitor.php @@ -420,13 +420,13 @@ while( $i > 0 ) unset($array['']); //allow tmux to create panes before running queries - /*if ( $i == 1 ) { + if ( $i == 1 ) { printf("\n\033[1;31mTmux panes safely created in "); for($a=10;$a>-1;$a--) { printf("$a.."); sleep(1); - }*/ + } //$rel = $db->query("UPDATE `binaries` SET `procstat`=0,`procattempts`=0,`regexID`=NULL, `relpart`=0,`reltotalpart`=0,`relname`=NULL WHERE procstat not in (4, 6)"); $rel = $db->query("UPDATE binaries SET procstat=0, procattempts=0, regexID=NULL, relpart=0, reltotalpart=0, relname=NULL"); } @@ -1433,6 +1433,6 @@ if ($array ['FIXRELEASES'] = "true") { { sleep(1); } - +} ?>