aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xbin/oxfordshire/open311_service_request.cgi6
1 files changed, 3 insertions, 3 deletions
diff --git a/bin/oxfordshire/open311_service_request.cgi b/bin/oxfordshire/open311_service_request.cgi
index a82c1d7aa..1c93c8658 100755
--- a/bin/oxfordshire/open311_service_request.cgi
+++ b/bin/oxfordshire/open311_service_request.cgi
@@ -135,9 +135,9 @@ if ($TEST_SERVICE_DISCOVERY) {
} elsif ($req -> param('services')) {
get_service_discovery($req);
} else {
- my $fixme = get_FAKE_INSERT($req); # allow a GET to make an insert, for testing (from the commandnd line!)
- print "Returned $fixme\n";
- # get_service_requests($req);
+ ### # allow a GET to make an insert, for testing (from the commandnd line!)
+ ### my $fixme = get_FAKE_INSERT($req); print "Returned $fixme\n";
+ get_service_requests($req);
}
#----------------------------------------------------