Closed (fixed)
Project:
Geobrowser
Version:
5.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
27 Feb 2008 at 21:31 UTC
Updated:
17 Mar 2008 at 19:51 UTC
Line 425 of geobrowser.module
$nid_count = $term_count + db_num_rows($tid_query);
is incorrect. We're incrementing $nid_count, should be
$nid_count = $nid_count + db_num_rows($tid_query);
If the last category queried in the loop containing this statement has no nodes, the module thinks there are no nodes at all.
Comments
Comment #1
phayes commentedThanks for finding this..
Fixed
Comment #2
Anonymous (not verified) commentedAutomatically closed -- issue fixed for two weeks with no activity.