Rename to singular

Rename and update references. Standards and a require_once.
This commit is contained in:
Adam Magness 2017-12-04 09:01:27 -05:00
commit 6e5471def3
22 changed files with 59 additions and 56 deletions

View file

@ -17,7 +17,7 @@ function search_saved_searches() {
$o = '';
if (! Features::isEnabled(local_user(),'savedsearch'))
if (! Feature::isEnabled(local_user(),'savedsearch'))
return $o;
$r = q("SELECT `id`,`term` FROM `search` WHERE `uid` = %d",