From e3e7fe7c418a32860a6f3fda30dcc193ca85861a Mon Sep 17 00:00:00 2001 From: Laurent Destailleur Date: Sat, 13 Aug 2005 17:33:54 +0000 Subject: [PATCH] =?UTF-8?q?Ajoute=20lien=20sur=20id=20categorie=20vers=20l?= =?UTF-8?q?iste=20ecriture=20de=20cette=20cat=E9gorie.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- htdocs/compta/bank/categ.php | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/htdocs/compta/bank/categ.php b/htdocs/compta/bank/categ.php index baa49b40b0d..81cdaa6d860 100644 --- a/htdocs/compta/bank/categ.php +++ b/htdocs/compta/bank/categ.php @@ -21,11 +21,11 @@ * */ -/*! - \file htdocs/compta/bank/categ.php - \ingroup compta - \brief Page ajout de catégories bancaires - \version $Revision$ +/** + \file htdocs/compta/bank/categ.php + \ingroup compta + \brief Page ajout de catégories bancaires + \version $Revision$ */ require("./pre.inc.php"); @@ -79,7 +79,7 @@ if ($result) $objp = $db->fetch_object($result); $var=!$var; print ""; - print "$objp->rowid"; + print ''.$objp->rowid.''; print "$objp->label"; print ""; $i++;