From 0a38e9378f0c7748020136bb9c8d4cebb19793bc Mon Sep 17 00:00:00 2001 From: Darko Date: Mon, 5 May 2014 16:01:51 +0200 Subject: [PATCH] Typo --- lib/prehash.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/prehash.php b/lib/prehash.php index 488de043b..c83a0606e 100644 --- a/lib/prehash.php +++ b/lib/prehash.php @@ -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'),