Fix: Doubles parenthses

This commit is contained in:
Laurent Destailleur 2005-07-15 23:32:36 +00:00
parent fa81f25351
commit 22ddfd5f06

View File

@ -72,7 +72,7 @@ if ($type == "c") { $text.=$langs->trans("Customers"); }
if ($view == 'phone') { $text="(Vue Téléphones)"; }
if ($view == 'mail') { $text="(Vue EMail)"; }
if ($view == 'recent') { $text="(Récents)"; }
$titre = $langs->trans("ListOfContacts")." ($text)";
$titre = $langs->trans("ListOfContacts")." $text";
if ($_POST["button_removefilter"] == $langs->trans("RemoveFilter")) {
$search_nom="";