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

Bug #636 LiveUser_Admin_Auth_Container_DB var $name is not assigned
Submitted: 2004-01-28 12:03 UTC
From: banshee at netcetera dot pl Assigned: lsmith
Status: Closed Package: LiveUser
PHP Version: 4.3.3 OS: linux
Roadmaps: (Not assigned)    
Subscription  


 [2004-01-28 12:03 UTC] banshee at netcetera dot pl
Description: ------------ when trying: // $conf = array ( .. ,'name' => 'DB_Local', ...) $auth = new LiveUser_Admin_Auth_Container_DB($conf) The $auth->name is not set. Probably due to : var $name = null //in LiveUser_Admin_Auth_Common and in LiveUser_Admin_Auth_Container_DB() if (is_array($connectOptions)) { foreach($connectOptions as $key => $value) { if (isset($this->$key)) { // $this->name = null $this->$key = $value; //so its not assigned } }....

Comments

 [2004-01-28 12:18 UTC] lsmith
yeah .. i will change it to false as default
 [2004-01-28 12:18 UTC] lsmith
This bug has been fixed in CVS. In case this was a documentation problem, the fix will show up at the end of next Sunday (CET) on pear.php.net. In case this was a pear.php.net website problem, the change will show up on the website in short time. Thank you for the report, and for helping us make PEAR better.