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] damian
Thank you for your bug report. This issue has been fixed in the latest released version of the package, which you can download at http://pear.php.net/get/Net_Cyrus Version 0.3.0 fixes this