From 47c97d84bd2bdfbccfe596e7ae35e9160cc7c562 Mon Sep 17 00:00:00 2001 From: Michael RICOIS Date: Wed, 29 Jun 2011 09:39:30 +0000 Subject: [PATCH] Correction affichage titre --- www/index.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/www/index.php b/www/index.php index 53bfde63b..d7175dd55 100644 --- a/www/index.php +++ b/www/index.php @@ -341,7 +341,7 @@ switch ($page) break; case 'pieces': $raisonSociale = etabSession($_SESSION['tabInfo']['entrep']['siretSiege'], $idEntreprise); - titreAvecSiren('Commande de pièces officielles'); + $title = titreAvecSiren('Commande de pièces officielles'); $page2 = 'piecescmd.php'; require_once realpath(dirname(__FILE__)).'/pages/main.php'; break;