'fullnamedisplay' had missing escape chars ('\') before the '$' char (thanks Eloy !)

This commit is contained in:
martignoni
2004-01-06 10:35:43 +00:00
parent 481893d070
commit 6edf4682e6
+1 -1
View File
@@ -333,7 +333,7 @@ $string['frontpageformat'] = "Format de la page d'accueil";
$string['frontpagenews'] = "Afficher les brèves";
$string['fulllistofcourses'] = "Liste complète des cours";
$string['fullname'] = "Nom complet";
$string['fullnamedisplay'] = "$a->firstname $a->lastname";
$string['fullnamedisplay'] = "\$a->firstname \$a->lastname";
$string['fullprofile'] = "Fiche complète";
$string['fullsitename'] = "Nom complet du site";
$string['gd1'] = "GD 1.x est installé";