mirror of
https://github.com/NNTmux/newznab-tmux.git
synced 2026-09-02 19:28:55 +00:00
Chnegd the value
This commit is contained in:
+1
-1
@@ -4,7 +4,7 @@ require(dirname(__FILE__)."/config.php");
|
||||
require(WWW_DIR.'/lib/postprocess.php');
|
||||
require_once (WWW_DIR.'/lib/site.php');
|
||||
|
||||
$version="0.3r339";
|
||||
$version="0.3r340";
|
||||
|
||||
$db = new DB();
|
||||
$s = new Sites();
|
||||
|
||||
+1
-1
@@ -540,7 +540,7 @@ Class Predb
|
||||
$total = $res->rowCount();
|
||||
if($total > 0)
|
||||
{
|
||||
$updated = 1;
|
||||
$updated = 0;
|
||||
foreach ($res as $row)
|
||||
{
|
||||
$db->exec(sprintf("UPDATE prehash SET releaseID = %d WHERE ID = %d", $row["releaseID"], $row["ID"]));
|
||||
|
||||
Reference in New Issue
Block a user