[Chameleon-dev] [Bug 1786] [Chameleon-Widget]Locate widget returns an error when locating a feature

bugzilla-daemon at bugzilla.maptools.org bugzilla-daemon at bugzilla.maptools.org
Thu Mar 27 10:36:17 EDT 2008


http://bugzilla.maptools.org/show_bug.cgi?id=1786

nsavard at mapgears.com changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|ASSIGNED                    |RESOLVED
         Resolution|                            |FIXED



------- Additional Comments From nsavard at mapgears.com  2008-03-27 10:36 -------
Julien gives me the fix.  We have to change:
$this->log(LOG_VERBOSE, "SearchService($szSearchServiceName, $oGeoCoder)");
to:
$this->log(LOG_VERBOSE, "SearchService($szSearchServiceName,
".($oGeocoder?'Object':'').")");

in service.php (line 65) and web_service.php (line 45).

Need to commit.



------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.


Please do NOT reply to this email, use the link above instead to 
login to bugzilla and submit your comment. Any email reply to this
address will be lost.


More information about the Chameleon-dev mailing list