daily pastebin goal
45%
SHARE
TWEET

ddvi0z0

a guest Jan 31st, 2015 190 Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1.  
  2.            if ( $sid != "" )
  3.            {
  4.               if ( $debug_mode > 0 ) echo $sid.' - '.$cid.'<BR>';
  5.  
  6.               /* **** SOME ACTION on (sid, cid) ********** */
  7.               $function_op = "Action_".$action."_op";
  8.               $tmp = $function_op($sid, $cid, $db, $action_arg,
  9.                                &$action_ctx);
  10.  
  11.               if ( $tmp == 0 )
  12.               {
  13.                 ++$dup_cnt;
  14.               }
  15.               else if ( $tmp == 1 )
  16.               {
  17.                 ++$action_cnt;
  18.               }
  19.            }
RAW Paste Data
Top