summaryrefslogtreecommitdiff
path: root/classes/article.php
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2018-12-08 09:32:14 +0300
committerAndrew Dolgov <[email protected]>2018-12-08 09:32:14 +0300
commitbd66a9ef28ddf25e014e852e5ee770868f619aaa (patch)
tree1e101b88ff13c1aaeaaa743a1c582a828327a90c /classes/article.php
parent41e967136f6391ff6d7a7c20af47dc434d853099 (diff)
render article on the client using headlines data
Diffstat (limited to 'classes/article.php')
-rwxr-xr-xclasses/article.php5
1 files changed, 4 insertions, 1 deletions
diff --git a/classes/article.php b/classes/article.php
index 2624a3d67..3ddf66d5c 100755
--- a/classes/article.php
+++ b/classes/article.php
@@ -27,6 +27,7 @@ class Article extends Handler_Protected {
}
}
+ /*
function view() {
$id = clean($_REQUEST["id"]);
$cids = explode(",", clean($_REQUEST["cids"]));
@@ -63,8 +64,9 @@ class Article extends Handler_Protected {
}
print json_encode($articles);
- }
+ } */
+ /*
private function catchupArticleById($id, $cmode) {
if ($cmode == 0) {
@@ -86,6 +88,7 @@ class Article extends Handler_Protected {
$feed_id = $this->getArticleFeed($id);
CCache::update($feed_id, $_SESSION["uid"]);
}
+ */
static function create_published_article($title, $url, $content, $labels_str,
$owner_uid) {