correction mode edition

This commit is contained in:
Michael RICOIS 2011-06-15 13:10:51 +00:00
parent 77b9020556
commit 5588fbaf77

View File

@ -83,7 +83,7 @@ class Annonces
$logo = '/themes/default/images/annonceslogo_jal.png';
$libelle = '';
$user = new Utilisateur();
if( hasModeEdition() &&
if( $user->checkModeEdition() &&
(substr($source,0,2)=='JT' || $source=='ANTE') ){
$libelle = '<b>Source TESSI</b> - ';
}