Reverted the change

This commit is contained in:
Darko
2013-11-14 15:00:57 +01:00
parent 120fc62f6c
commit bff2ad6a95
+3 -3
View File
@@ -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);
}
}
?>