Bugfix pour la partie telephonie la bouton Accueil restait sélectionné

This commit is contained in:
Rodolphe Quiedeville 2005-08-30 07:35:15 +00:00
parent c391bed02f
commit e99b699b42

View File

@ -85,7 +85,7 @@ class MenuTop {
$id="sel"; $id="sel";
} }
if (! ereg("^".DOL_URL_ROOT."\/(adherents|comm|commande|compta|contrat|product|fourn|projet)\/",$_SERVER["PHP_SELF"])) { if (! ereg("^".DOL_URL_ROOT."\/(adherents|comm|commande|compta|contrat|product|fourn|telephonie|projet)\/",$_SERVER["PHP_SELF"])) {
$id="sel"; $id="sel";
} }
else { else {