rpicms

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

commit c8da2e13a0270d19d067afee826728b15b7f5fb4
parent 21f4d5119cbd11ca1383a1c8cfdb163272fe5f8a
Author: MTRNord <mtrnord1@gmail.com>
Date:   Fri, 20 Mar 2015 17:29:33 +0100

need more debug

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

diff --git a/core/api/v1/DbHandler.class.php b/core/api/v1/DbHandler.class.php @@ -244,7 +244,7 @@ class DbHandler { if ($id->execute()) { $post_id_clean_array = $id->get_result()->fetch_assoc(); $post_id_clean = $post_id_clean_array["id"]; - echo $post_id_clean_array["id"]; + var_dump($post_id_clean_array); } if ($post_id == NULL) { $x = 1;