[PHPLIB] typo in template source From: Joonyup Jun (goodwill <email protected>)
Date: 12/22/99

The template class has a bug.
There is a missing "/" in the file template.inc at line 65.

i.e. the lines

  /* public: set_unknowns(enum $unknowns)
   * unknowns: "remove", "comment", "keep"
   *

should be

  /* public: set_unknowns(enum $unknowns)
   * unknowns: "remove", "comment", "keep"
   */

Download from: phplib-7.2.tar.gz from
http://phplib.netuse.de/download/index.php3

I had modified various setting like php3.ini, prepend.php3, etc. to no
avail.
I got frustrated and, as a last resort, inspected the source.

I hope I am wrong, but if not, please take action promptly.
Newbie to PHPLIB like me will get very confused.

Regards,
Joonyup.

-
PHP3 Base Library Mailing List. Send messages to <phplib <email protected>>.
To unsubscribe, send "unsubscribe" to <phplib-request <email protected>> in
the body, not the subject, of your message.