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:
2015-01-27 17:38:25 +00:00
parent 4f23451432
commit e49a5a97af
2 changed files with 44 additions and 35 deletions

View File

@@ -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)
{