Fix numerous bug and now PhpCompta can work with session_register sets to off
This commit is contained in:
parent
f28b9fcb65
commit
be92928667
49 changed files with 453 additions and 757 deletions
|
|
@ -28,7 +28,7 @@ include_once("class.ezpdf.php");
|
|||
include_once("impress_inc.php");
|
||||
include("poste.php");
|
||||
|
||||
$cn=DbConnect($g_dossier);
|
||||
$cn=DbConnect($_SESSION['g_dossier']);
|
||||
foreach ($HTTP_POST_VARS as $key=>$element) {
|
||||
${"$key"}=$element;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue