Fixed asecond bug

This commit is contained in:
Stan Pinte 2005-03-28 14:07:39 +00:00
parent 53e72f6a1b
commit 88c2129548

View file

@ -56,7 +56,7 @@ if ( isset( $p_jrn )) {
$cn=DbConnect($_SESSION['g_dossier']);
list ($l_array,$max_deb,$max_cred)=GetData($cn,$jrn_op);
list ($l_array,$max_deb,$max_cred)=GetData($cn,$_GET['jrn_op']);
foreach ($l_array as $key=>$element) {
${"e_$key"}=$element;
echo_debug(__FILE__,__LINE__,"e_$key =$element");