rpicms

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

commit 0714bbb382eac099c13ecadfcebfb2f129f70215
parent da98af18312a808506070cf0635eb1b132166956
Author: MTRNord <mtrnord1@gmail.com>
Date:   Fri, 20 Mar 2015 18:00:25 +0100

now the debug code should work correct

Diffstat:
Mcore/api/v1/DbHandler.class.php | 6++++--
1 file changed, 4 insertions(+), 2 deletions(-)

diff --git a/core/api/v1/DbHandler.class.php b/core/api/v1/DbHandler.class.php @@ -267,12 +267,14 @@ class DbHandler { } } echo $id; + echo "sssss"; + echo $post_id_clean if ($id == $post_id_clean+1){ - return $post; echo "test"; + return $post; }else{ - return NULL; echo "test2"; + return NULL; } }else{