recherche Actionnaire

This commit is contained in:
Michael RICOIS 2011-07-08 15:13:45 +00:00
parent 07e5a53bf6
commit a246df0e00

View File

@ -11,11 +11,7 @@ function menu_href_recherche_dir()
function menu_href_recherche_act()
{
$href = false;
if(hasModeEdition())
{
$href = './?page=recherche&vue=act';
}
$href = './?page=recherche&vue=act';
return $href;
}