Completed
Pull Request — master (#23)
by
unknown
02:00
created
core/fulltext_support.php 1 patch
Upper-Lower-Casing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -138,7 +138,7 @@
 block discarded – undo
138 138
 		{
139 139
 			global $config;
140 140
 			$ts_name = $config['similar_topics_postgres_ts_name'];
141
-			foreach ($this->get_pg_indexes($field) AS $index)
141
+			foreach ($this->get_pg_indexes($field) as $index)
142 142
 			{
143 143
 				if ($index == TOPICS_TABLE . '_' . $ts_name . '_' .$field)
144 144
 				{
Please login to merge, or discard this patch.