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