From 726298f906d9975eb92191ab2f9eefaad6febfa2 Mon Sep 17 00:00:00 2001 From: memespring Date: Mon, 1 Sep 2008 11:31:42 +0000 Subject: [PATCH] secret api call 2 --- docs/api.php | 3 --- 1 file changed, 3 deletions(-) diff --git a/docs/api.php b/docs/api.php index b734bda..3792290 100644 --- a/docs/api.php +++ b/docs/api.php @@ -118,12 +118,9 @@ class api { $this->applications = Applications::query_area($_GET['bottom_left_easting'], $_GET['bottom_left_northing'], $_GET['top_right_easting'], $_GET['top_right_easting']); } break; - case "latest": $this->applications = Applications::query_latest(500); break; - -query_latest default: $this->warnings = "No call type specified"; }