ID: 12751 Updated by: derick Reported By: [EMAIL PROTECTED] Old Status: Open Status: Feedback Bug Type: *Programming Data Structures Operating System: linux debian2.3 PHP Version: 4.0.6 New Comment: Can you please resend your patch to [EMAIL PROTECTED]? (As attachment) Derick Previous Comments: ------------------------------------------------------------------------ [2001-08-14 22:35:33] [EMAIL PROTECTED] Here's a copy of the diff between your Form.php and the corrected one I made. =================================================================== RCS file: Form.php,v retrieving revision 1.1 diff -r1.1 Form.php 302c302 < $size = 1, $blank = '', $multiple = false) --- > $size = 1, $blank = '', $multiple = false, $attrib = '') 305c305 < $blank, $multiple); --- > $blank, $multiple, $attrib); 501c501 < $blank = '', $multiple = false) --- > $blank = '', $multiple = false, $attrib = '') 506c506 < $str .= $this->returnSelect($name, &$entries, $default, $size, $blank, $multiple); --- > $str .= $this->returnSelect($name, &$entries, $default, $size, $blank, >$multiple, $attrib); ------------------------------------------------------------------------ Edit this bug report at http://bugs.php.net/?id=12751&edit=1 -- PHP Development Mailing List <http://www.php.net/> To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] To contact the list administrators, e-mail: [EMAIL PROTECTED]