use of a boolean value for the "qsearch" $block->data variable

(see topic #98370)

git-svn-id: http://piwigo.org/svn/trunk@2813 68402e56-0260-453c-a942-63ccdbb3a9ee
This commit is contained in:
grum
2008-10-27 21:45:02 +00:00
parent 564d2df91d
commit ae4e04da07
2 changed files with 2 additions and 2 deletions

View File

@@ -217,7 +217,7 @@ function initialize_menu()
{
// quick search block will be displayed only if data['qsearch'] is set
// to "yes"
$block->data['qsearch']='yes';
$block->data['qsearch']=true;
// tags link
$block->data['tags'] =