From 88c21295481cd752196f3f69b68de494b73e18ef Mon Sep 17 00:00:00 2001 From: Stan Pinte Date: Mon, 28 Mar 2005 14:07:39 +0000 Subject: [PATCH] Fixed asecond bug --- html/annulation.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/html/annulation.php b/html/annulation.php index 0bfda3d62..5c5e5cf9e 100644 --- a/html/annulation.php +++ b/html/annulation.php @@ -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");