Fix numerous bug and now PhpCompta can work with session_register sets to off

This commit is contained in:
sparkyx 2005-02-27 14:24:30 +00:00
parent f28b9fcb65
commit be92928667
49 changed files with 453 additions and 757 deletions

View file

@ -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;
}