Searched refs:replypmid (Results 1 – 2 of 2) sorted by relevance
/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 458 $replypmid = @is_numeric($replypmid) ? $replypmid : 0; 459 …msgto'=>$msgto, 'subject'=>$subject, 'message'=>$message, 'replypmid'=>$replypmid, 'isusername'=>$… 465 $replypmid = @is_numeric($replypmid) ? $replypmid : 0; 466 $replyadd = $replypmid ? "&pmid=$replypmid&do=reply" : '';
|
/plugin/authucenter/lib/uc_client/control/ |
H A D | pm.php | 68 $replypmid = $this->input('replypmid'); 84 if($replypmid) { 86 $plid = $_ENV['pm']->getplidbypmid($replypmid); 127 if($replypmid) {
|