Example #1
0
     /*
      * START MATCHES
      */
 /*
  * END LEAGUES
  */
 /*
  * START MATCHES
  */
 case 'editMatch':
     $match_id = $_POST['match_id'];
     $challenger_score = $_POST['challenger_score'];
     $challenger_status = $_POST['challenger_status'];
     $challengee_score = $_POST['challengee_score'];
     $challengee_status = $_POST['challengee_status'];
     $ez->editMatch($match_id, $challenger_score, $challenger_status, $challengee_score, $challengee_status);
     break;
 case 'updateDispute':
     $match_id = $_POST['id'];
     $status = $_POST['status'];
     $ez->updateDispute($match_id, $status);
     break;
     /*
      * END MATCHES
      */
     /*
      * START USERS
      */
 /*
  * END MATCHES
  */