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

Bug #1705 Documentation bug
Submitted: 2004-06-23 07:14 UTC
From: miham at bibl dot u-szeged dot hu Assigned: damian
Status: Closed Package: Net_Cyrus
PHP Version: Irrelevant OS: Linux
Roadmaps: (Not assigned)    
Subscription  


 [2004-06-23 07:14 UTC] miham at bibl dot u-szeged dot hu
Description: ------------ There is a bug in the API documentation. The documentation of the deleteUser() method is probably cut and pasted from the createUser() method documentation, and author forgot to modify the doc. It's strange a bit.. Reproduce code: --------------- /** * creates a user. Use this instead of createMailbox * * @param string $user_name the user to create * * @return mixed true on Success/PearError on Failure * @access public */ function deleteUser($user_name) { $user_name=$this->getUserName($user_name); return $this->deleteMailbox($user_name); }

Comments

 [2004-06-26 16:06 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!