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:
@@ -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);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user