mirror of
https://github.com/kcozens/OpenSimSearch.git
synced 2026-08-14 08:52:28 +00:00
Bugfix
git-svn-id: http://forge.opensimulator.org/svn/ossearch/trunk@37 109abde3-1f22-4c10-b5d7-b6b0135cd00c
This commit is contained in:
+1
-1
@@ -104,7 +104,7 @@ function dir_popular_query($method_name, $params, $app_data)
|
||||
if (count($terms) > 0)
|
||||
$where = " where " . join(" and ", $terms);
|
||||
|
||||
$result = mysql_query("select * from popularplaces" . $where;
|
||||
$result = mysql_query("select * from popularplaces" . $where);
|
||||
|
||||
$data = array();
|
||||
while (($row = mysql_fetch_assoc($result)))
|
||||
|
||||
Reference in New Issue
Block a user