Completed
Pull Request — master (#25)
by Matt
02:00
created
driver/postgres.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -51,7 +51,7 @@
 block discarded – undo
51 51
 	 */
52 52
 	public function get_query($topic_id, $topic_title, $length, $sensitivity)
53 53
 	{
54
-		$ts_query_text = $this->db->sql_escape(str_replace(' ', '|',  $topic_title));
54
+		$ts_query_text = $this->db->sql_escape(str_replace(' ', '|', $topic_title));
55 55
 		$ts_name = $this->db->sql_escape($this->ts_name);
56 56
 
57 57
 		return array(
Please login to merge, or discard this patch.