From 2c8b77e0fb734542131070253d03a316ca0a1f2b Mon Sep 17 00:00:00 2001 From: Andreas Moik Date: Tue, 20 Oct 2015 10:57:33 +0200 Subject: [PATCH] =?UTF-8?q?getArray()=20hinzugef=C3=BCgt,=20welche=20die?= =?UTF-8?q?=20Statistikdaten=20als=20Array=20zur=C3=BCckgibt?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- include/statistik.class.php | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/include/statistik.class.php b/include/statistik.class.php index c66ddb503..85fb6e834 100644 --- a/include/statistik.class.php +++ b/include/statistik.class.php @@ -605,6 +605,11 @@ class statistik extends basis_db { return json_encode($this->json); } + + function getArray() + { + return $this->json; + } /** *