]> git.wh0rd.org Git - tt-rss.git/commitdiff
drop storeParam rpc call
authorAndrew Dolgov <fox@madoka.spb.ru>
Mon, 26 Mar 2007 05:32:42 +0000 (06:32 +0100)
committerAndrew Dolgov <fox@madoka.spb.ru>
Mon, 26 Mar 2007 05:32:42 +0000 (06:32 +0100)
modules/backend-rpc.php

index 739a437395a5146f8bdba0ae4dc02c5e9e119419..425a855fcab5449c133fa82b0bc8ae390fafaf22 100644 (file)
 
                }
 
-               if ($subop == "storeParam") {
-                       $key = $_GET["key"];
-                       $value = $_GET["value"];
-                       $_SESSION["stored-params"][$key] = $value;
-                       print "<rpc-reply>
-                               <message>$key : $value</message>
-                               </rpc-reply>";
-               }
-
                if ($subop == "setArticleTags") {
                        $id = db_escape_string($_GET["id"]);
                        $tags_str = db_escape_string($_GET["tags_str"]);