Add comment
This commit is contained in:
parent
681601838c
commit
c10f08f98f
1 changed files with 2 additions and 1 deletions
|
|
@ -61,13 +61,14 @@ $cn=DbConnect($l_Db);
|
|||
ShowMenuJrnUserImp($cn,$g_user,$g_dossier);
|
||||
|
||||
|
||||
|
||||
// Ask the period
|
||||
if ( isset ( $_GET["action"]) ) {
|
||||
echo '<DIV class="redcontent">';
|
||||
ViewImp($HTTP_GET_VARS,$cn);
|
||||
echo '</DIV>';
|
||||
}//if ( isset ( $_GET["action"] ))
|
||||
|
||||
// The period is given, now show the result
|
||||
if ( isset ( $_POST["print"]) ) {
|
||||
echo '<DIV class="redcontent">';
|
||||
$result=Imp($HTTP_POST_VARS,$cn);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue