Ignore:
Timestamp:
Oct 27, 2008, 10:45:02 PM (15 years ago)
Author:
grum
Message:

use of a boolean value for the "qsearch" $block->data variable
(see topic #98370)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/include/menubar.inc.php

    r2810 r2813  
    218218    // quick search block will be displayed only if data['qsearch'] is set
    219219    // to "yes"
    220     $block->data['qsearch']='yes';
     220    $block->data['qsearch']=true;
    221221
    222222    // tags link
Note: See TracChangeset for help on using the changeset viewer.