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] 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-01-28 12:18 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!