Project

General

Profile

« Previous | Next » 

Revision 471

Added by Matthias almost 17 years ago

Added changeset [470] also to the branches

View differences:

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