ssb Wed Jan 24 03:04:34 2001 EDT Modified files: /php4/pear/HTML Form.php Log: typo Index: php4/pear/HTML/Form.php diff -u php4/pear/HTML/Form.php:1.7 php4/pear/HTML/Form.php:1.8 --- php4/pear/HTML/Form.php:1.7 Tue Jan 9 17:01:55 2001 +++ php4/pear/HTML/Form.php Wed Jan 24 03:04:33 2001 @@ -17,7 +17,7 @@ // | Urs Gehrig <[EMAIL PROTECTED]> | // +----------------------------------------------------------------------+ // -// $Id: Form.php,v 1.7 2001/01/10 01:01:55 ssb Exp $ +// $Id: Form.php,v 1.8 2001/01/24 11:04:33 ssb Exp $ // // HTML form utility functions. // @@ -282,8 +282,8 @@ // }}} // {{{ displayResetRow() - function displayReset($title = 'Clear contents') { - print $this->returnReset($title); + function displayResetRow($title = 'Clear contents') { + print $this->returnResetRow($title); } // }}} -- PHP CVS 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]