~brylie/civicrm/api

« back to all changes in this revision

Viewing changes to v2/Case.php

  • Committer: Brylie
  • Date: 2010-07-22 14:38:28 UTC
  • Revision ID: brylie@lappy-20100722143828-wp4yosp1m6gzzuoh
Added missing ;

Show diffs side-by-side

added added

removed removed

Lines of Context:
338
338
        
339
339
        // return case create success
340
340
        $case = _civicrm_case_get( $params['case_id'] );
341
 
        return civicrm_create_success( $case )
 
341
        return civicrm_create_success( $case );
342
342
}
343
343
 
344
344
?>