*
@@ -23,7 +23,7 @@
* \file htdocs/admin/company.php
* \ingroup company
* \brief Setup page to configure company/foundation
- * \version $Id: company.php,v 1.92 2011/06/24 19:57:45 eldy Exp $
+ * \version $Id: company.php,v 1.93 2011/07/18 18:09:04 eldy Exp $
*/
require("../main.inc.php");
@@ -623,7 +623,7 @@ else
* Show parameters
*/
- if ($message) print $message.'
';
+ dol_htmloutput_mesg($message);
// Actions buttons
//print '';
@@ -983,6 +983,6 @@ else
$db->close();
-llxFooter('$Date: 2011/06/24 19:57:45 $ - $Revision: 1.92 $');
+llxFooter('$Date: 2011/07/18 18:09:04 $ - $Revision: 1.93 $');
?>
\ No newline at end of file