Download & Extend

"Check Geobrowser Installation" fails to find nodes

Project:Geobrowser
Version:5.x-1.x-dev
Component:Code
Category:bug report
Priority:normal
Assigned:Unassigned
Status:closed (fixed)

Issue Summary

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

#1

Status:active» fixed

Thanks for finding this..
Fixed

#2

Status:fixed» closed (fixed)

Automatically closed -- issue fixed for two weeks with no activity.