drop storeParam rpc call
This commit is contained in:
parent
9cc600d1c4
commit
a552b6f2a5
1 changed files with 0 additions and 9 deletions
|
@ -201,15 +201,6 @@
|
|||
|
||||
}
|
||||
|
||||
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"]);
|
||||
|
|
Loading…
Reference in a new issue