Opened 19 years ago

Closed 19 years ago

#1267 closed defect (invalid)

settext function documentation error

Reported by: pierre.giraud@… Owned by: jmckenna@…
Priority: high Milestone:
Component: Documentation - MapServer Version: unspecified
Severity: normal Keywords:
Cc:

Description

Error in documentation in settext in Classes

int settext(string text)
        Set the text string for the class object.

It should be

int settext(layerObj layer,string text)
        Set the text string for the class object.

Change History (4)

comment:1 by jmckenna@…, 19 years ago

Pierre which document are you referring to exactly?  I checked the PHP/MapScript
doc and it refers to only one parameter.  bug#1325 was recently fixed that
changed the function to only require 1 parameter, and this is correct in the
online doc.

comment:2 by jmckenna@…, 19 years ago

*** Bug 1270 has been marked as a duplicate of this bug. ***

comment:3 by jmckenna@…, 19 years ago

Owner: changed from kgeurts@… to jmckenna@…
reassigning to myself..and awaiting response from Pierre

comment:4 by jmckenna@…, 19 years ago

Resolution: invalid
Status: newclosed
marking as invalid as per note in comment#1
Note: See TracTickets for help on using tickets.