commit 7f1b0641ec04aad2ef733a81ee6469ef6a1c1cad
parent 9690d4d38f285107dcc402baea3ed8d2d89c0faf
Author: MTRNord <mtrnord1@gmail.com>
Date: Sun, 23 Nov 2014 15:25:57 +0100
why is it empty?:O
Diffstat:
1 file changed, 2 insertions(+), 0 deletions(-)
diff --git a/core/backend/blog/posts.php b/core/backend/blog/posts.php
@@ -40,6 +40,8 @@
}
$resultat->close();
} else {
+ global $id, $connection, $read;
+ global $post_id, $post_title, $post_text, $post_author, $post_date, $post_categrory;
if ($resultat = $connection->query('SELECT * FROM posts WHERE id LIKE '.$id)) {
while($daten = $resultat->fetch_object() ){
//If no data in Database give error