@@ -51,7 +51,7 @@ |
||
| 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( |