From cc295b1017d189a92df3ce23d4cc1031fb0129d1 Mon Sep 17 00:00:00 2001 From: Laurent Destailleur <eldy@users.sourceforge.net> Date: Sun, 17 Jul 2011 20:02:10 +0000 Subject: [PATCH] Uniformize code --- htdocs/comm/remx.php | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/htdocs/comm/remx.php b/htdocs/comm/remx.php index d880b3c0e92..3df17e802c2 100644 --- a/htdocs/comm/remx.php +++ b/htdocs/comm/remx.php @@ -22,7 +22,7 @@ * \file htdocs/comm/remx.php * \ingroup societe * \brief Page to edit absolute discounts for a customer - * \version $Id: remx.php,v 1.50 2011/07/08 18:39:14 eldy Exp $ + * \version $Id: remx.php,v 1.51 2011/07/17 20:02:10 eldy Exp $ */ require("../main.inc.php"); @@ -210,7 +210,7 @@ llxHeader(); if ($_socid > 0) { - if ($mesg) print $mesg."<br>"; + dol_htmloutput_mesg($mesg); // On recupere les donnees societes par l'objet $objsoc = new Societe($db); @@ -539,5 +539,5 @@ if ($_socid > 0) $db->close(); -llxFooter('$Date: 2011/07/08 18:39:14 $ - $Revision: 1.50 $'); +llxFooter('$Date: 2011/07/17 20:02:10 $ - $Revision: 1.51 $'); ?> -- GitLab