commit c99e5ca9e7c153220a026ef21a7a04ce71c7e580
parent 8bd1012ce68b6969707a6579e86d7f47bcc20b18
Author: MTRNord <mtrnord1@gmail.com>
Date: Fri, 20 Mar 2015 20:14:40 +0100
the array contains the text...
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/core/api/v1/DbHandler.class.php b/core/api/v1/DbHandler.class.php
@@ -257,7 +257,7 @@ class DbHandler {
$post["$x"] = $stmt->get_result()->fetch_assoc();
if ($post["$x"]["text"] != NULL){
- var_dump($post);
+ echo $x;
$post["$x"]["text"] = html_entity_decode($post["text"]);
}else{
$post["$x"] = NULL;