Ticket #1267 (closed defect: invalid)

Opened 8 years ago

Last modified 8 years ago

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

Changed 8 years ago by jmckenna@…

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.

Changed 8 years ago by jmckenna@…

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

Changed 8 years ago by jmckenna@…

  • owner changed from kgeurts@… to jmckenna@…
reassigning to myself..and awaiting response from Pierre

Changed 8 years ago by jmckenna@…

  • status changed from new to closed
  • resolution set to invalid
marking as invalid as per note in comment#1
Note: See TracTickets for help on using tickets.