From d91f8299ccdf282ea59e7461ba1695a3138a73b6 Mon Sep 17 00:00:00 2001 From: Laurent Destailleur Date: Tue, 26 Jul 2011 23:16:47 +0000 Subject: [PATCH] Fix: Remove sql --- htdocs/compta/bank/rappro.php | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/htdocs/compta/bank/rappro.php b/htdocs/compta/bank/rappro.php index 81af311188e..cfe6b3e7cdc 100644 --- a/htdocs/compta/bank/rappro.php +++ b/htdocs/compta/bank/rappro.php @@ -22,7 +22,7 @@ * \file htdocs/compta/bank/rappro.php * \ingroup banque * \brief Page to reconciliate bank transactions - * \version $Id: rappro.php,v 1.66 2011/07/20 19:03:31 eldy Exp $ + * \version $Id: rappro.php,v 1.67 2011/07/26 23:16:47 eldy Exp $ */ require("./pre.inc.php"); @@ -162,7 +162,7 @@ if ($resql) $numr=$db->num_rows($resqlr); $i=0; while (($i < $numr) && ($i < $nbmax)) - {print $sql; + { $objr = $db->fetch_object($resqlr); $last_releve = $objr->num_releve; $i++; @@ -403,5 +403,5 @@ else $db->close(); -llxFooter('$Date: 2011/07/20 19:03:31 $ - $Revision: 1.66 $'); +llxFooter('$Date: 2011/07/26 23:16:47 $ - $Revision: 1.67 $'); ?>