commit e5e76a21f7e78fb3c841d44b37b980ff1e5f9958
parent eae48a4a68280f0bf0f34f481bf096d893f4dabd
Author: MTRNord <mtrnord1@gmail.com>
Date: Sun, 23 Nov 2014 14:55:39 +0100
debug variables
Diffstat:
1 file changed, 8 insertions(+), 0 deletions(-)
diff --git a/core/backend/blog/posts.php b/core/backend/blog/posts.php
@@ -35,6 +35,14 @@
$post_author = $daten->author;
$post_date = $daten->date;
$post_categrory = $daten->category;
+ echo $post_id;
+ echo $post_title;
+ echo $post_text;
+ echo $post_author;
+ echo $post_date;
+ echo $post_categrory;
+
+
}
$resultat->close();
} else {