[PHPLIB] Multiple text areas patch From: Clancy Malcolm (clancy <email protected>)
Date: 12/21/99

I have altered my of_textarea.inc to support multiple text areas in the
same way multiple texts are supported. The modifications I have made
are below. Perhaps these could be included in the distribution files?
or is there are reason that this hasn't already been done?

....
function self_show($val,$which) {
    $n = ($this->multiple ? $this->name . "[]" : $this->name);
    echo "<textarea name=\"$n\"";
    ....

Clancy Malcolm

-
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.