This commit is contained in:
Rodolphe Quiedeville 2004-05-25 13:09:24 +00:00
parent 064b17b470
commit 720bbae20f

View File

@ -33,8 +33,7 @@ $facid=isset($_GET["facid"])?$_GET["facid"]:$_POST["facid"];
if ($_POST["action"] == 'add_paiement') if ($_POST["action"] == 'add_paiement')
{ {
if ($HTTP_POST_VARS["paiementid"] > 0)
if ($_POST["paiementid"] > 0)
{ {
$datepaye = $db->idate(mktime(12, 0 , 0, $datepaye = $db->idate(mktime(12, 0 , 0,
@ -327,7 +326,8 @@ if ($_GET["action"] == 'create')
} }
} }
if ($action == '') { if ($action == '')
{
if ($page == -1) if ($page == -1)
$page = 0 ; $page = 0 ;