We split Database in DatabaseCore and Database

This commit is contained in:
sparkyx 2021-02-05 15:57:13 +01:00
parent ee543225e7
commit 79ecb68033
16 changed files with 16 additions and 16 deletions

View file

@ -34,7 +34,7 @@ require_once NOALYSS_INCLUDE.'/class/database.class.php';
class Fiche_def_ref_SQL extends Noalyss_SQL
{
function __construct(Database $p_cn, $p_id=-1)
function __construct(DatabaseCore $p_cn, $p_id=-1)
{
$this->table="public.fiche_def_ref";
$this->primary_key="frd_id";