Searched refs:fromuid (Results 1 – 3 of 3) sorted by relevance
| /plugin/authucenter/lib/uc_client/model/ |
| D | pm.php | 185 function sendpm($fromuid, $fromusername, $touids, $subject, $message, $type = 0) { argument 186 if(!$fromuid || !$fromusername || !$touids || !$message) { 193 $blackls = $this->get_blackls($fromuid, $touids); 196 if($fromuid == $value || !$value) { 205 if(!(isset($blackls[$value]) && !in_array($fromuid, $blackls[$value]))) { 208 $relationship[$value] = $this->relationship($fromuid, $value); 235 …$lastmessage = array('lastauthorid' => $fromuid, 'lastauthor' => $fromusername, 'lastsummary' => $… 239 …orid, pmtype, subject, members, min_max, dateline, lastmessage) VALUES('$fromuid', '1', '$subject'… 243 …plid, authorid, message, dateline, delstatus) VALUES('$pmid', '$plid', '$fromuid', '$message', '".… 245 …ers(plid, uid, isnew, pmnum, lastupdate, lastdateline) VALUES('$plid', '$fromuid', '0', '1', '".$t… [all …]
|
| /plugin/authucenter/lib/uc_client/control/ |
| 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/ |
| 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=…
|