Replace $_SESSION[g_dossier] by a variable gDossier, this parameter is passed thanks the class dossier
This commit is contained in:
parent
afd2c2cc50
commit
f837f6da8b
114 changed files with 954 additions and 791 deletions
|
|
@ -26,8 +26,9 @@
|
|||
include_once ("postgres.php");
|
||||
require_once("ac_common.php");
|
||||
require_once( "class_document.php");
|
||||
|
||||
$cn=DbConnect($_SESSION['g_dossier']);
|
||||
require_once('class_dossier.php');
|
||||
$gDossier=dossier::id();
|
||||
$cn=DbConnect($gDossier);
|
||||
|
||||
|
||||
require_once ('class_user.php');
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue