"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
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

phayes - March 3, 2008 - 19:47
Status:active» fixed

Thanks for finding this..
Fixed

#2

Anonymous (not verified) - March 17, 2008 - 19:51
Status:fixed» closed

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

 
 

Drupal is a registered trademark of Dries Buytaert.