diff options
author | Felix Dörre <felix@dogcraft.de> | 2015-05-09 22:49:06 +0200 |
---|---|---|
committer | Felix Dörre <felix@dogcraft.de> | 2015-05-09 22:49:06 +0200 |
commit | d3f6224c5a88278a730d2ee1dabde13718b3dec1 (patch) | |
tree | 550b66ebb6efd67e3685ee1c54c84c4b512f9e4b | |
parent | 0d35a10b2c7ca38ea7bab56d872b1001d81a6735 (diff) | |
download | cacert-devel-bug-1383.tar.gz cacert-devel-bug-1383.tar.xz cacert-devel-bug-1383.zip |
bug 1383: fix another undeclared variable ($rc)bug-1383
-rw-r--r-- | www/ac.php | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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++; |