turn off some "advanced" features by default, like archives and saved search - even though we don't yet have a screen to turn them on. That will come.
This commit is contained in:
@@ -2,6 +2,9 @@
|
||||
|
||||
function search_saved_searches() {
|
||||
|
||||
if(! feature_enabled(local_user(),'savedsearch'))
|
||||
return '';
|
||||
|
||||
$o = '';
|
||||
|
||||
$r = q("select `tid`,`term` from `term` WHERE `uid` = %d and type = %d",
|
||||
|
||||
Reference in New Issue
Block a user