Ouverture du menu liste des dernières recherche
This commit is contained in:
parent
0fb6e54172
commit
d7ef1986c7
@ -235,7 +235,8 @@ function menu_href_list_pre()
|
||||
function menu_href_list_derniere_recherche()
|
||||
{
|
||||
$href = false;
|
||||
if( count($_SESSION['recherche']['list'])>0 && ( $_SESSION['tabInfo']['idClient']==1 || $_SESSION['tabInfo']['idClient']==2 ) ){
|
||||
if( count($_SESSION['recherche']['list'])>0 )
|
||||
{
|
||||
$href = './?page=recherche&vue=histo';
|
||||
}
|
||||
return $href;
|
||||
|
Loading…
x
Reference in New Issue
Block a user