summaryrefslogtreecommitdiffstats
path: root/application
diff options
context:
space:
mode:
Diffstat (limited to 'application')
-rwxr-xr-xapplication/controllers/EventController.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/application/controllers/EventController.php b/application/controllers/EventController.php
index 2dae036..c43c2f2 100755
--- a/application/controllers/EventController.php
+++ b/application/controllers/EventController.php
@@ -1218,7 +1218,7 @@ class EventController extends Zend_Controller_Action
}
}
if(count($results) <= 0) {
- $results = array("No current events available");
+ $results = array("No current events to run available");
}
$resultString = json_encode($results);
header('Content-Type: application/json');
@@ -1385,7 +1385,7 @@ class EventController extends Zend_Controller_Action
}
}
if(count($results) <= 0) {
- $results = array("No current events available");
+ $results = array("No current events to report available");
}
$resultString = json_encode($results);
header('Content-Type: application/json');