dbLayer : new format with static call to limit the number of connection to the database
authzgroups : update to support the new dbLayer format git-svn-id: https://svn.fournier38.fr/svn/ProgSVN/trunk@1950 bf3deb0d-5f1a-0410-827f-c0cc1f45334c
This commit is contained in:
@@ -54,7 +54,7 @@ class authzgroups
|
||||
if ($this->debug) echo "$req\n";
|
||||
try
|
||||
{
|
||||
$st = $this->dbObject->db->prepare ($req);
|
||||
$st = $this->dbObject->prepare ($req);
|
||||
}
|
||||
catch (Exception $e)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user