Changeset 1328 for g-map/files/lib/data/gmap/GmapApi.class.php
- Timestamp:
- 03/18/11 21:54:35 (2 years ago)
- Files:
-
- 1 modified
-
g-map/files/lib/data/gmap/GmapApi.class.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
g-map/files/lib/data/gmap/GmapApi.class.php
r1326 r1328 44 44 */ 45 45 public function getFields() { 46 if(defined('GMAP_CUSTOMINPUT') && $const = GMAP_CUSTOMINPUT&& !empty($const)) {46 if(defined('GMAP_CUSTOMINPUT') && ($const = GMAP_CUSTOMINPUT) && !empty($const)) { 47 47 $tmp = explode(",", GMAP_CUSTOMINPUT); 48 48 $cols = array(); … … 84 84 */ 85 85 public function search($location) { 86 87 86 if(!$this->isActive()) { 88 87 return;
