summaryrefslogtreecommitdiffstats
path: root/maintdb.php
diff options
context:
space:
mode:
authorRomain d'Alverny <rda@mageia.org>2011-12-26 13:21:05 +0000
committerRomain d'Alverny <rda@mageia.org>2011-12-26 13:21:05 +0000
commit51b6839613ca6449c9bd78db28f71b88322f11c6 (patch)
tree2faa1dd8bb72139775dc2eee42e88a78cccd0925 /maintdb.php
parent82106831a81223f5ab02bc8928988343058e51b1 (diff)
downloadpkgsubmit-51b6839613ca6449c9bd78db28f71b88322f11c6.tar
pkgsubmit-51b6839613ca6449c9bd78db28f71b88322f11c6.tar.gz
pkgsubmit-51b6839613ca6449c9bd78db28f71b88322f11c6.tar.bz2
pkgsubmit-51b6839613ca6449c9bd78db28f71b88322f11c6.tar.xz
pkgsubmit-51b6839613ca6449c9bd78db28f71b88322f11c6.zip
do not force object format in the end
Diffstat (limited to 'maintdb.php')
-rw-r--r--maintdb.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/maintdb.php b/maintdb.php
index 611ac04..843759f 100644
--- a/maintdb.php
+++ b/maintdb.php
@@ -111,5 +111,5 @@ elseif ($txt) {
}
else {
header('Content-Type: application/json; charset=utf-8');
- echo json_encode($return, JSON_FORCE_OBJECT);
+ echo json_encode($return);
} \ No newline at end of file