From 5c7416458f76f83a46e4c39a8697ebaed08bce3d Mon Sep 17 00:00:00 2001 From: Andrew Dolgov Date: Sat, 20 Feb 2021 13:37:21 +0300 Subject: rpc: disable completeLabels for now --- classes/rpc.php | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'classes/rpc.php') diff --git a/classes/rpc.php b/classes/rpc.php index a87f07009..643ad29d8 100755 --- a/classes/rpc.php +++ b/classes/rpc.php @@ -1,11 +1,11 @@ pdo->prepare("SELECT DISTINCT caption FROM @@ -145,7 +145,7 @@ class RPC extends Handler_Protected { print "
  • " . $line["caption"] . "
  • "; } print ""; - } + }*/ function catchupFeed() { $feed_id = clean($_REQUEST['feed_id']); -- cgit v1.2.3