mirror of
https://github.com/NNTmux/newznab-tmux.git
synced 2026-08-30 09:48:55 +00:00
Possible fix for codec poster removal error
This commit is contained in:
+1
-1
@@ -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();
|
||||
|
||||
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user