[mapserver-commits] r9494 - trunk/mapserver/mapscript/php3

svn at osgeo.org svn at osgeo.org
Mon Oct 19 11:54:37 EDT 2009


Author: aboudreault
Date: 2009-10-19 11:54:37 -0400 (Mon, 19 Oct 2009)
New Revision: 9494

Modified:
   trunk/mapserver/mapscript/php3/php_mapscript.c
Log:
Removed duplicate entry in labelObj properties (#3175)

Modified: trunk/mapserver/mapscript/php3/php_mapscript.c
===================================================================
--- trunk/mapserver/mapscript/php3/php_mapscript.c	2009-10-19 15:50:22 UTC (rev 9493)
+++ trunk/mapserver/mapscript/php3/php_mapscript.c	2009-10-19 15:54:37 UTC (rev 9494)
@@ -9287,7 +9287,6 @@
     else IF_SET_BYTE(  "wrap",         self->wrap)
     else IF_SET_LONG(  "minfeaturesize", self->minfeaturesize)
     else IF_SET_LONG(  "autominfeaturesize", self->autominfeaturesize)
-    else IF_SET_LONG(  "autofollow",  self->autofollow)
     else IF_SET_LONG(  "repeatdistance",  self->repeatdistance)
     else IF_SET_LONG(  "mindistance",  self->mindistance)
     else IF_SET_LONG(  "partials",     self->partials)



More information about the mapserver-commits mailing list