Possible fix for codec poster removal error

This commit is contained in:
DariusIII
2014-04-17 00:46:12 +02:00
parent d8fa63bcae
commit b58a4d807f
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -9,7 +9,7 @@ require_once(dirname(__FILE__)."/../lib/showsleep.php");
require_once(dirname(__FILE__)."/../lib/functions.php");
$version = "0.3r1099";
$version = "0.3r1100";
$db = new DB();
$functions = new Functions();
+1 -1
View File
@@ -242,7 +242,7 @@ class ReleaseRemover
}
$this->crapTime =
' AND r.adddate > (NOW() - INTERVAL ' .
($this->mysql ? $time . ' HOUR)' : $this->db->escapeString($time . ' HOURS')) .
($this->mysql ? $this->db->escapeString($time . ' HOURS') : $time . ' HOUR)') .
' ORDER BY r.ID ASC';
break;
}