"Check Geobrowser Installation" fails to find nodes
cwb - February 27, 2008 - 21:31
| Project: | Geobrowser |
| Version: | 5.x-1.x-dev |
| Component: | Code |
| Category: | bug report |
| Priority: | normal |
| Assigned: | Unassigned |
| Status: | closed |
Jump to:
Description
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.

#1
Thanks for finding this..
Fixed
#2
Automatically closed -- issue fixed for two weeks with no activity.