From 51b6839613ca6449c9bd78db28f71b88322f11c6 Mon Sep 17 00:00:00 2001 From: Romain d'Alverny Date: Mon, 26 Dec 2011 13:21:05 +0000 Subject: do not force object format in the end --- maintdb.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'maintdb.php') 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 -- cgit v1.2.1