Chnegd the value

This commit is contained in:
Darko
2013-12-09 13:51:27 +01:00
parent 914786a1f1
commit 2cc8fbcd26
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -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
View File
@@ -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"]));