From c10f08f98fdf4a925d9898a825d4a1ee8b6e2117 Mon Sep 17 00:00:00 2001 From: sparkyx Date: Thu, 1 Jan 2004 15:42:08 +0000 Subject: [PATCH] Add comment --- html/impress.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/html/impress.php b/html/impress.php index 3ebe10a43..0f191db80 100644 --- a/html/impress.php +++ b/html/impress.php @@ -61,13 +61,14 @@ $cn=DbConnect($l_Db); ShowMenuJrnUserImp($cn,$g_user,$g_dossier); - +// Ask the period if ( isset ( $_GET["action"]) ) { echo '
'; ViewImp($HTTP_GET_VARS,$cn); echo '
'; }//if ( isset ( $_GET["action"] )) +// The period is given, now show the result if ( isset ( $_POST["print"]) ) { echo '
'; $result=Imp($HTTP_POST_VARS,$cn);