commit 7a3759e3fa5ceaca894ef1f5f47f934e1aba0086
parent 3388717ebd7806ec897f858673b284f0ad4ce668
Author: MTRNord <mtrnord1@gmail.com>
Date: Fri, 20 Mar 2015 17:25:01 +0100
debug
Diffstat:
1 file changed, 1 insertion(+), 0 deletions(-)
diff --git a/core/api/v1/DbHandler.class.php b/core/api/v1/DbHandler.class.php
@@ -248,6 +248,7 @@ class DbHandler {
if ($post_id == NULL) {
$x = 1;
#var_dump($post_id_clean_array);
+ echo $post_id_clean;
while ($x < $post_id_clean+1){
$stmt = $this->conn->prepare("SELECT id,title,text,author,category,date FROM posts WHERE id = ?");
$stmt->bind_param("i", $id);