commit 62cc32be063fe6a1cc560cc6a35b6d8dc0549790 parent 0653c9e1ff45c1ba93993fbb04a0e806372fae12 Author: MTRNord <mtrnord1@gmail.com> Date: Sun, 23 Nov 2014 17:29:13 +0100 maxbe fixed database query Diffstat:
| M | core/backend/blog/posts.php | | | 2 | +- |
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/core/backend/blog/posts.php b/core/backend/blog/posts.php @@ -18,7 +18,7 @@ $post_id_clean = $daten->id; #var_dump($daten); } - $resultat->close(); + #$resultat->close(); } next_id(); function next_id(){