Searched refs:fromuid (Results 1 – 3 of 3) sorted by relevance
/plugin/authucenter/lib/uc_client/model/ |
H A D | pm.php | 193 $blackls = $this->get_blackls($fromuid, $touids); 196 if($fromuid == $value || !$value) { 297 if($users[0] == $fromuid) { 299 } elseif($users[1] == $fromuid) { 305 $blackls = $this->get_blackls($fromuid, $touid); 321 if(!isset($memberuid[$fromuid])) { 726 function relationship($fromuid, $touid) { argument 727 if($fromuid < $touid) { 728 return $fromuid.'_'.$touid; 729 } elseif($fromuid > $touid) { [all …]
|
/plugin/authucenter/lib/uc_client/control/ |
H A D | pm.php | 64 $fromuid = $this->input('fromuid'); 72 if(!$fromuid) { 76 $user = $_ENV['user']->get_user_by_uid($fromuid);
|
/plugin/authucenter/lib/uc_client/ |
H A D | client.php | 456 function uc_pm_send($fromuid, $msgto, $subject, $message, $instantly = 1, $replypmid = 0, $isuserna… argument 459 …return call_user_func(UC_API_FUNC, 'pm', 'sendpm', array('fromuid'=>$fromuid, 'msgto'=>$msgto, 'su… 461 $fromuid = intval($fromuid); 467 …$apiurl = uc_api_url('pm_client', 'send', "uid=$fromuid", "&msgto=$msgto&subject=$subject&message=…
|