mirror of
https://github.com/NNTmux/newznab-tmux.git
synced 2026-08-30 17:58:59 +00:00
Reverted the change
This commit is contained in:
+3
-3
@@ -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);
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
?>
|
||||
|
||||
Reference in New Issue
Block a user