Searched refs:fromusername (Results 1 – 1 of 1) sorted by relevance
/plugin/authucenter/lib/uc_client/model/ |
H A D | pm.php | 185 function sendpm($fromuid, $fromusername, $touids, $subject, $message, $type = 0) { argument 186 if(!$fromuid || !$fromusername || !$touids || !$message) { 235 …$lastmessage = array('lastauthorid' => $fromuid, 'lastauthor' => $fromusername, 'lastsummary' => $… 263 …$lastmessage = array('firstauthorid' => $fromuid, 'firstauthor' => $fromusername, 'firstsummary' =… 285 function replypm($plid, $fromuid, $fromusername, $message) { argument 286 if(!$plid || !$fromuid || !$fromusername || !$message) { 335 …$lastmessage = array('lastauthorid' => $fromuid, 'lastauthor' => $fromusername, 'lastsummary' => $… 344 …message['firstsummary'], 'lastauthorid' => $fromuid, 'lastauthor' => $fromusername, 'lastsummary' …
|