summaryrefslogtreecommitdiff
path: root/classes/rpc.php
diff options
context:
space:
mode:
Diffstat (limited to 'classes/rpc.php')
-rw-r--r--classes/rpc.php8
1 files changed, 0 insertions, 8 deletions
diff --git a/classes/rpc.php b/classes/rpc.php
index f0218f91e..64e09d1e7 100644
--- a/classes/rpc.php
+++ b/classes/rpc.php
@@ -480,14 +480,6 @@ class RPC extends Handler_Protected {
print json_encode($articles);
}
- function checkDate() {
- $date = db_escape_string($this->link, $_REQUEST["date"]);
- $date_parsed = strtotime($date);
-
- print json_encode(array("result" => (bool)$date_parsed,
- "date" => date("c", $date_parsed)));
- }
-
function assigntolabel() {
return $this->labelops(true);
}