update function names in logger and comments
This commit is contained in:
parent
a937cf06a3
commit
cafd5ca781
3 changed files with 7 additions and 7 deletions
|
@ -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'])
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue