summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--www/ac.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/www/ac.php b/www/ac.php
index 73805e4..b997d94 100644
--- a/www/ac.php
+++ b/www/ac.php
@@ -36,6 +36,7 @@
`locations`.`regid`=`regions`.`id` and `locations`.`ccid`=`countries`.`id`
order by `locations`.`acount` DESC, `locations`.`name` ASC limit 10";
$res = mysql_query($query);
+ $rc = 0;
while($row = mysql_fetch_assoc($res))
{
$rc++;