APPPATH/classes/deal.php [ 78 ]
73 {
74 $dids = $this->p2d($this->arr[$key]);
75 foreach( $dids as $did )
76 {
77 if ( $did != $this->id ) {
78 refuse_deal($this->msql, $did, true);
79 }
80 }
81 }
82
83 $key = 'draft_'.$keys[$j].'_'.$i;
-
{PHP internal call} » Kohana_Core::shutdown_handler()