git-svn-id: http://forge.opensimulator.org/svn/ossearch/trunk@37 109abde3-1f22-4c10-b5d7-b6b0135cd00c
This commit is contained in:
melanie
2008-10-11 07:35:33 +00:00
parent e6904c6267
commit b6250d4162
+1 -1
View File
@@ -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)))