[mapserver-commits] r9325 - trunk/mapserver/mapscript/php3
svn at osgeo.org
svn at osgeo.org
Mon Sep 21 11:22:20 EDT 2009
Author: sdlime
Date: 2009-09-21 11:22:18 -0400 (Mon, 21 Sep 2009)
New Revision: 9325
Modified:
trunk/mapserver/mapscript/php3/mapscript_i.c
Log:
Fixed one last call to one of the query functions to pass only the mapObj...
Modified: trunk/mapserver/mapscript/php3/mapscript_i.c
===================================================================
--- trunk/mapserver/mapscript/php3/mapscript_i.c 2009-09-21 14:09:43 UTC (rev 9324)
+++ trunk/mapserver/mapscript/php3/mapscript_i.c 2009-09-21 15:22:18 UTC (rev 9325)
@@ -595,7 +595,7 @@
status = self->status;
self->status = MS_ON;
- retval = msQueryByShape(map, self->index, shape);
+ retval = msQueryByShape(map);
self->status = status;
return retval;
More information about the mapserver-commits
mailing list