1
0
mirror of https://git.tt-rss.org/git/tt-rss.git synced 2025-12-13 15:45:56 +00:00

remove obsolete checkDate stuff

This commit is contained in:
Andrew Dolgov
2013-04-02 14:36:00 +04:00
parent c88e4a2af3
commit 8956b3a607
2 changed files with 0 additions and 58 deletions

View File

@@ -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);
}