From 44e04bb504dd937fe18381e41a7f9670fee3faa0 Mon Sep 17 00:00:00 2001 From: Laurent Destailleur Date: Fri, 21 Dec 2007 19:34:25 +0000 Subject: [PATCH] Fix: Missing argument 1 for dolibarr_mktime() --- htdocs/compta/bank/rappro.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/htdocs/compta/bank/rappro.php b/htdocs/compta/bank/rappro.php index ee2c8c2f529..88e6ec703eb 100644 --- a/htdocs/compta/bank/rappro.php +++ b/htdocs/compta/bank/rappro.php @@ -315,7 +315,7 @@ if ($resql) print img_edit(); print '  '; - if ($objp->do <= dolibarr_mktime() ) { + if ($objp->do <= mktime()) { print ''; print img_delete(); print '';