rpicms

A CMS for the Raspberry Pi
git clone git://archive.git.mtrnord.blog/RpicmsTeam/rpicms.git
Log | Files | Refs | README | LICENSE

commit ee13a27398ced18b62b2b25351867c5937eaa698
parent 77e1269210fbede156c1cfc9a0d78f8b05431710
Author: MTRNord <mtrnord1@gmail.com>
Date:   Sun, 23 Nov 2014 15:58:06 +0100

add global for $post_id_clean

Diffstat:
Mcore/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 @@ -66,7 +66,7 @@ } function alles(){ global $id, $connection, $read; - global $post_id, $post_title, $post_text, $post_author, $post_date, $post_categrory; + global $post_id, $post_title, $post_text, $post_author, $post_date, $post_categrory, $post_id_clean; if ($resultat = $connection->query('SELECT * FROM posts WHERE id LIKE '.$id)) { while($daten = $resultat->fetch_object() ){ $post_id_clean = $daten->id;