correct tab indents and CRLF

This commit is contained in:
gerhard6380 2016-09-25 18:22:42 +02:00
parent 528a492282
commit 01ff105a43
1 changed files with 4041 additions and 4041 deletions

View File

@ -3951,7 +3951,7 @@
$multi_profiles = feature_enabled(api_user(),'multi_profiles');
$directory = get_config('system', 'directory');
// get data of the specified profile id or all profiles of the user if not specified
// get data of the specified profile id or all profiles of the user if not specified
if ($profileid != 0) {
$r = q("SELECT * FROM `profile` WHERE `uid` = %d AND `id` = %d",
intval(api_user()),