commit 96e6ce4426df8cf6fad29e7d25b4174c89a8f899
parent d86dbe57ab7ace777a64c4a0a5164dd65b5ddf54
Author: MTRNord <mtrnord1@gmail.com>
Date: Sun, 23 Nov 2014 16:39:00 +0100
I should save all files before commit them :D
Diffstat:
1 file changed, 0 insertions(+), 2 deletions(-)
diff --git a/core/backend/blog/posts.php b/core/backend/blog/posts.php
@@ -13,7 +13,6 @@
printf("Verbindung fehlgeschlagen: %s\n", mysqli_connect_error());
exit();
}
- if ($read != 0){
if ($resultat = $connection->query('SELECT * FROM posts WHERE id LIKE '.$id)) {
while($daten = $resultat->fetch_object() ){
$post_id_clean = $daten->id;
@@ -22,7 +21,6 @@
}
read();
- }
function read(){
global $id, $connection, $read, $post_id_clean;