Revision 471
Added by Matthias over 17 years ago
branches/2.6.x/wb/framework/class.frontend.php | ||
---|---|---|
238 | 238 |
define('SHOW_SEARCH', true); |
239 | 239 |
} elseif(SEARCH == 'private' AND $this->is_authenticated() == true) { |
240 | 240 |
define('SHOW_SEARCH', true); |
241 |
} elseif(SEARCH == 'registered' AND $this->is_authenticated() == true) { |
|
242 |
define('SHOW_SEARCH', true); |
|
241 | 243 |
} else { |
242 | 244 |
define('SHOW_SEARCH', false); |
243 | 245 |
} |
Also available in: Unified diff
Added changeset [470] also to the branches