Merge branch 'master' into entreprise
This commit is contained in:
sparkyx 2021-03-12 19:19:00 +01:00
commit 3867346d28
297 changed files with 22561 additions and 7418 deletions

View file

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