Merge pull request #5187 from mallezie/CRM-15982
[civicrm-core.git] / api / v3 / examples / ReportTemplate / Getrows.php
index f46d10c63e1edf6be9c9700739f733962b6dccbf..660a3fe23ac9181bc727ce896286c4a069bb0602 100644 (file)
@@ -1,14 +1,8 @@
 <?php
-/**
- * @file
- * Test Generated API Example.
- * See bottom of this file for more detail.
- */
-
 /**
  * Test Generated example of using report_template getrows API.
  *
- * Retrieve rows from a report template (optionally providing the instance_id)
+ * Retrieve rows from a report template (optionally providing the instance_id).
  *
  * @return array
  *   API result array
@@ -90,7 +84,7 @@ function report_template_getrows_expectedresult() {
 * http://wiki.civicrm.org/confluence/display/CRMDOC/Using+the+API
 *
 * Browse the api on your own site with the api explorer
-* http://MYSITE.ORG/path/to/civicrm/api/explorer
+* http://MYSITE.ORG/path/to/civicrm/api
 *
 * Read more about testing here
 * http://wiki.civicrm.org/confluence/display/CRM/Testing