update function names in logger and comments

This commit is contained in:
Jonny Tischbein 2018-10-19 10:03:52 +02:00
commit cafd5ca781
3 changed files with 7 additions and 7 deletions

View file

@ -60,7 +60,7 @@ function videos_init(App $a)
]);
/// @TODO Old-lost code?
/*$sql_extra = permissions_sql($a->data['user']['uid']);
/*$sql_extra = Security::getPermissionsSQLByUserId($a->data['user']['uid']);
$albums = q("SELECT distinct(`album`) AS `album` FROM `photo` WHERE `uid` = %d $sql_extra order by created desc",
intval($a->data['user']['uid'])