Lamhot / php-google-map-api

Automatically exported from code.google.com/p/php-google-map-api
0 stars 0 forks source link

Potential notice by error handler #42

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
For v3 in the function "geoGetCoords" for either case if 
"$this->fetchURL($_url)" returns false script execution will goto statement 
"return $_coords" and you will get a "Undefined variable: _coords" notice. You 
should probably add "$_coords = array()" or similar at the top of function.

Original issue reported on code.google.com by ADmad.co...@gmail.com on 15 Aug 2011 at 1:52

GoogleCodeExporter commented 9 years ago

Original comment by b...@mycnl.com on 25 Sep 2011 at 5:59