commit a89b09250de2c7eb569874dde04252ed93c700c7
parent 3a436be32e726cdb6ec2123c6c316c13ed8beaa9
Author: MTRNord <mtrnord1@gmail.com>
Date: Fri, 16 Jan 2015 19:29:17 +0100
why won't it work?
Diffstat:
1 file changed, 1 insertion(+), 0 deletions(-)
diff --git a/core/backend/admin/blog/newpost.php b/core/backend/admin/blog/newpost.php
@@ -41,6 +41,7 @@ echo $author;
echo $title;
echo $text;
echo $category;
+echo "test";
if (!empty($author) || !empty($title) || !empty($text) || !empty($category)) {
if ($resultat = $connection->query("INSERT INTO posts (id,text,title,author,date,category) VALUES ('$ids', '$text', '$title', '$author', 'date('Y-m-d H:i:s')', '$category')")) {