summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--lib/format.php5
1 files changed, 5 insertions, 0 deletions
diff --git a/lib/format.php b/lib/format.php
index 1440b64..00e8296 100644
--- a/lib/format.php
+++ b/lib/format.php
@@ -8,6 +8,11 @@ require_once "../init.php";
include_once BASE . "/lib/http.php";
function export_as_requested($content) {
+ if (isset($content["All"])) {
+ $content["json"]=$content["All"];
+ $content["tsv"]=$content["All"];
+ unset($content["All"]);
+ }
if (isset($content["json"]) && isset($_GET["json"])) {
header ("Content-type: application/json");
print json_encode(