commit 1774ea372309a49d8dc5a893265bf122c0648355
parent 574b0390a3ed26697d096c5966f5718220638703
Author: MTRNord <mtrnord1@gmail.com>
Date: Sun, 23 Nov 2014 16:23:50 +0100
it works? :D
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/core/backend/blog/posts.php b/core/backend/blog/posts.php
@@ -25,7 +25,7 @@
}
function read(){
- global $id, $connection, $read;
+ global $id, $connection, $read, $post_id_clean;
global $post_id, $post_title, $post_text, $post_author, $post_date, $post_categrory;
if ($resultat = $connection->query('SELECT * FROM posts WHERE id LIKE '.$id)) {
echo 'SELECT * FROM posts WHERE id LIKE '.$id;