Project

General

Profile

« Previous | Next » 

Revision 470

Added by Matthias almost 17 years ago

Fixed ticket #390

View differences:

trunk/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