From ebf49c91ae8b7e57b09be8e079092f828ee2244a Mon Sep 17 00:00:00 2001 From: Nicolas Boisselier Date: Thu, 17 Nov 2016 12:40:07 +0000 Subject: [PATCH] fix error for dbq --- lib/php/db/index.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/php/db/index.php b/lib/php/db/index.php index 315cef3d..9ba43caf 100755 --- a/lib/php/db/index.php +++ b/lib/php/db/index.php @@ -23,7 +23,7 @@ switch ($Db->mime2ext($Db->client_content_type())) { break; default: #bye($type); - $Db->pdef('format','csv'); + $Db->pdef('format','json'); } return $Db->action($Db->p('action'),$Table); ?> -- 2.47.3