Package home | Report new bug | New search | Development Roadmap Status: Open | Feedback | All | Closed Since Version 1.4.1

Bug #983 Code syntax error
Submitted: 2004-03-09 16:01 UTC
From: jezmond5 at yahoo dot com Assigned: toby
Status: Closed Package: Net_FTP
PHP Version: 4.3.4 OS: Windows XP
Roadmaps: (Not assigned)    
Subscription  


 [2004-03-09 16:01 UTC] jezmond5 at yahoo dot com
Description: ------------ Hey guys just wanted to make you aware of a coding syntax problem in Net_FTP package. It's line 221, the raiseError() function is simply mispelled (think it was raiseErrro()). Cheers Chris... Reproduce code: --------------- if (!$res) { return $this->raiseErrro("Unable to login", 0); } Expected result: ---------------- if (!$res) { return $this->raiseError("Unable to login", 0); }

Comments

 [2004-03-09 16:10 UTC] User who submitted this comment has not confirmed identity
If you submitted this note, check your email.If you do not have a message, click here to re-send
MANUAL CONFIRMATION IS NOT POSSIBLE.  Write a message to pear-dev@lists.php.net
to request the confirmation link.  All bugs/comments/patches associated with this

email address will be deleted within 48 hours if the account request is not confirmed!
 [2004-03-09 21:07 UTC] User who submitted this comment has not confirmed identity
If you submitted this note, check your email.If you do not have a message, click here to re-send
MANUAL CONFIRMATION IS NOT POSSIBLE.  Write a message to pear-dev@lists.php.net
to request the confirmation link.  All bugs/comments/patches associated with this

email address will be deleted within 48 hours if the account request is not confirmed!