[Tickets #4501] Object of class PEAR_Error to string conversion in C:\PHP5\PEAR\Horde\Auth.php on line 139
bugs@bugs.horde.org
bugs at bugs.horde.org
Sat Oct 7 19:22:47 PDT 2006
DO NOT REPLY TO THIS MESSAGE. THIS EMAIL ADDRESS IS NOT MONITORED.
Ticket URL: http://bugs.horde.org/ticket/?id=4501
-----------------------------------------------------------------------
Ticket | 4501
Updated By | mwhitlock at whitsoftdev.com
Summary | Object of class PEAR_Error to string conversion in C:\PHP5\PEAR\Horde\Auth.php on line 139
Queue | Horde Framework Packages
Version | HEAD
Type | Bug
State | Feedback
Priority | 2. Medium
Owners |
-----------------------------------------------------------------------
mwhitlock at whitsoftdev.com (2006-10-07 19:22) wrote:
Here's the only hook I'm using:
if (!function_exists('_username_hook_frombackend')) {
function _username_hook_frombackend($userID) {
if (strpos($userID, '@') === FALSE) {
$userID .= '@oxmoor.com';
}
return String::lower($userID);
}
}
More information about the bugs
mailing list