Skip to content

Commit

Permalink
Fixes to prehash.
Browse files Browse the repository at this point in the history
  • Loading branch information
DariusIII committed Oct 3, 2013
1 parent 9505c1f commit d771d29
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 8 deletions.
2 changes: 1 addition & 1 deletion bin/monitor.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

require(dirname(__FILE__)."/config.php");
require(WWW_DIR.'/lib/postprocess.php');
$version="0.1r841";
$version="0.1r842";

$db = new DB();
$DIR = dirname (__FILE__);
Expand Down
7 changes: 0 additions & 7 deletions test/prehash.php
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,6 @@ public function retrieveWomble()
}
}
}
echo $updated." Updated from Womble.\n";
return $newnames;
}

Expand Down Expand Up @@ -170,7 +169,6 @@ public function retrieveOmgwtfnzbs()
}
}
}
echo $updated." Updated from Omgwtfnzbs.\n";
return $newnames;
}

Expand Down Expand Up @@ -216,7 +214,6 @@ public function retrieveZenet()
}
}
}
echo $updated." Updated from Zenet.\n";
return $newnames;
}

Expand Down Expand Up @@ -269,7 +266,6 @@ public function retrievePrelist()
}
}
}
echo $updated." Updated from Prelist.\n";
return $newnames;
}

Expand Down Expand Up @@ -311,7 +307,6 @@ public function retrieveOrlydb()
}
}
}
echo $updated." Updated from Orlydb.\n";
return $newnames;
}

Expand All @@ -335,7 +330,6 @@ public function retrieveSrr()
}
}
}
echo $updated." Updated from Srrdb.\n";
return $newnames;
}

Expand Down Expand Up @@ -363,7 +357,6 @@ public function retrievePredbme()
}
}
}
echo $updated." Updated from Predbme.\n";
return $newnames;
}

Expand Down

0 comments on commit d771d29

Please sign in to comment.