rpicms

A CMS for the Raspberry Pi
git clone git://archive.git.mtrnord.blog/RpicmsTeam/rpicms.git
Log | Files | Refs | README | LICENSE

commit c278eff2260c3b68ebfb12f428183a6219aeedf4
parent b59f35354269cc9f13bb3f4a12ad9b9fe94f9d3c
Author: MTRNord <mtrnord1@gmail.com>
Date:   Wed, 18 Mar 2015 20:58:47 +0100

MORE DEBUG!!!

Diffstat:
Mcore/api/v1/DbHandler.class.php | 1+
1 file changed, 1 insertion(+), 0 deletions(-)

diff --git a/core/api/v1/DbHandler.class.php b/core/api/v1/DbHandler.class.php @@ -250,6 +250,7 @@ class DbHandler { if ($stmt->execute()) { $post = $stmt->get_result()->fetch_assoc(); $stmt->close(); + echo $post; return $post; } else { return NULL;