YaWK  24.1
Yet another WebKit
friendslist.php File Reference

Go to the source code of this file.

Variables

 $friend = ''
 
 $friendB = ''
 
 $friends_title = $lang['FRIENDS_YOURS']
 
 $friendUID = ''
 
print $lang ['SYSLOG_CLEAR']
 
 $param_uid = 0
 
 $request_friends = user::getMyFriends($db, $_SESSION['uid'], 0, $lang)
 
if(isset($_GET['uid'])) else
 

Variable Documentation

◆ $friend

$friend = ''

Definition at line 159 of file friendslist.php.

◆ $friendB

$friendB = ''

Definition at line 160 of file friendslist.php.

◆ $friends_title

$friends_title = $lang['FRIENDS_YOURS']

Definition at line 132 of file friendslist.php.

◆ $friendUID

$friendUID = ''

Definition at line 161 of file friendslist.php.

◆ $lang

print $lang[ 'SYSLOG_CLEAR']

Definition at line 137 of file friendslist.php.

◆ $param_uid

$param_uid = 0

Definition at line 131 of file friendslist.php.

◆ $request_friends

$request_friends = user::getMyFriends($db, $_SESSION['uid'], 0, $lang)

Definition at line 157 of file friendslist.php.

◆ else

if (isset( $_GET[ 'uid'])) else
Initial value:
{
$my_friends = user::getMyFriends($db, $_SESSION['uid'], 1, $lang)
print $lang['SYSLOG_CLEAR']

Definition at line 128 of file friendslist.php.