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);