Advertisement
Guest User

ddvi0z0

a guest
Jan 31st, 2015
209
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.55 KB | None | 0 0
  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. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement