Home » Authentication » LiveUser_Admin » Bug #6092
Bug with MDB2 storage and the datatype driver
Details
| Submitted | 2005-11-28 04:15 UTC |
|---|---|
| From | spam at electroteque dot org |
| Assigned | lsmith |
| Status | Closed |
| Package | LiveUser_Admin |
| PHP Version | 5.1.0 |
| OS | n/a |
| Roadmaps | (Not assigned) |
Comments
[2005-11-28 04:15 UTC] spam at electroteque dot org
Description:
------------
Ive discovered the problem with trying to load the mysql
datatype driver. In the MDB2 storage of Liveuser Admin
it tries to load the datatype lowercase it needs to be
this or else it wont load the file properly.
function implodeArray($array, $type)
{
$this->dbc->loadModule('Datatype');
return $this->dbc->datatype-
>implodeArray($array, $type);
}