Lines Matching refs:value

78 		foreach($list as $key => $value) {
79 $authoridarr[$value['authorid']] = $value['authorid'];
85 foreach($list as $key => $value) {
86 if($value['pmtype'] == 1) {
87 $users = explode('_', $value['min_max']);
88 if($value['authorid'] == $users[0]) {
89 $value['touid'] = $users[1];
91 $value['touid'] = $users[0];
94 $value['touid'] = 0;
96 $value['author'] = $authorarr[$value['authorid']];
98 $value['msgfromid'] = $value['authorid'];
99 $value['msgfrom'] = $value['author'];
100 $value['msgtoid'] = $value['touid'];
102 unset($value['min_max']);
103 unset($value['delstatus']);
104 unset($value['lastmessage']);
105 $list[$key] = $value;
122 foreach($touids as $key => $value) {
123 if($uid == $value || !$value) {
126 $relastionship[] = $this->relationship($uid, $value);
195 foreach($tmptouidarr as $key => $value) {
196 if($fromuid == $value || !$value) {
200 if(in_array('{ALL}', $blackls[$value])) {
204 $blackls[$value] = $_ENV['user']->name2id($blackls[$value]);
205 if(!(isset($blackls[$value]) && !in_array($fromuid, $blackls[$value]))) {
208 $relationship[$value] = $this->relationship($fromuid, $value);
237 foreach($relationship as $key => $value) {
238 if(!isset($existplid[$value])) {
239 … min_max, dateline, lastmessage) VALUES('$fromuid', '1', '$subject', 2, '$value', '".$this->base->…
247 $plid = $existplid[$value];
271 foreach($touids as $key => $value) {
272 $pm_member_insertsql[] = "('$plid', '$value', '1', '1', '0', '".$this->base->time."')";
278 foreach($touids as $key => $value) {
279 $newpm[] = "('$value')";