commit 0107572f3712116e5d897b7e4a1af172e2e9e05c
parent 676feddf02c42b12752701c457a2a74021b70305
Author: MTRNord <mtrnord1@gmail.com>
Date: Fri, 16 Jan 2015 19:47:43 +0100
...
Diffstat:
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/core/backend/admin/blog/newpost.php b/core/backend/admin/blog/newpost.php
@@ -22,7 +22,7 @@ if ($root_3[1] == 'core') {
include($root . '/core/config/variables.config.php');
include($root . '/core/config/connect.db.inc.php');
-while (ob_get_status()) {
+//while (ob_get_status()) {
if ($resultat = $connection->query('SELECT id FROM posts')) {
while($daten = $resultat->fetch_object() ){
$post_id_clean = $daten->id;
@@ -49,7 +49,7 @@ while (ob_get_status()) {
$resultat->close();
}
}
- ob_end_clean();
-}
+ //ob_end_clean();
+//}
//header( "Location: ../../../../" );
?>
\ No newline at end of file