Fix: Menu haut pouvait avoir 2 sélections

This commit is contained in:
Laurent Destailleur 2006-07-30 01:02:52 +00:00
parent e95992375c
commit 96e849986b

View File

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