Ignore:
Timestamp:
Nov 7, 2010, 4:48:04 PM (13 years ago)
Author:
grum
Message:

fix bug:2009 - MySQL error on search tab
fix bug:2012 - MySQL 5.1 incompatibility

File:
1 edited

Legend:

Unmodified
Added
Removed
  • extensions/GMaps/gmaps_rb_callback.class.inc.php

    r7128 r7676  
    7474    $returned.=" AND pgc.latitude >= ".$param['bounds']['south']."
    7575                 AND pgc.latitude <= ".$param['bounds']['north']."
    76                  AND pgc.userId='".$user['id']."'
    7776                 AND pgc.requestId='".$param['requestId']."' ";
    7877
Note: See TracChangeset for help on using the changeset viewer.