commit 8bd1012ce68b6969707a6579e86d7f47bcc20b18
parent be2710f00ff45c824eef386a15a43500846fba7e
Author: MTRNord <mtrnord1@gmail.com>
Date: Fri, 20 Mar 2015 20:11:23 +0100
debuging running
Diffstat:
1 file changed, 1 insertion(+), 2 deletions(-)
diff --git a/core/api/v1/DbHandler.class.php b/core/api/v1/DbHandler.class.php
@@ -257,10 +257,9 @@ class DbHandler {
$post["$x"] = $stmt->get_result()->fetch_assoc();
if ($post["$x"]["text"] != NULL){
- echo "0";
+ var_dump($post);
$post["$x"]["text"] = html_entity_decode($post["text"]);
}else{
- echo "1";
$post["$x"] = NULL;
}
$stmt->close();