This commit is contained in:
Darko
2014-05-05 16:01:51 +02:00
parent 865db5bdff
commit 0a38e9378f
+1 -1
View File
@@ -620,7 +620,7 @@ Class PreHash
} else if ($this->db->exec(
sprintf('
INSERT INTO prehash (title, predate, source, md5, sha1, nfo)
VALUES (%s, %s, %s, %s, %s, %s, %s)',
VALUES (%s, %s, %s, %s, %s, %s)',
$this->db->escapeString($release->title),
$this->functions->from_unixtime(strtotime($release->pubDate)),
$this->db->escapeString('srrdb'),