commit 3da821c44b50749cb5f9f67fb795220d0c09c400
parent d964fd0618e29fa034746d5664ee36f2a6135cd2
Author: MTRNord <mtrnord1@gmail.com>
Date: Fri, 20 Mar 2015 16:46:39 +0100
all the time xD
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/core/api/v1/DbHandler.class.php b/core/api/v1/DbHandler.class.php
@@ -241,7 +241,7 @@ class DbHandler {
*/
public function getPosts($post_id) {
$id = $this->conn->prepare("SELECT id FROM posts");
- echo $id;
+ var_dump($id);
/*while ($id->execute()) {
$post_id_clean_array = $id->get_result()->fetch_assoc();
$post_id_clean = $post_id_clean_array["id"];