rpicms

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

commit 5701434a10b96bdb8ab9ee82f6bd4cf47d957d0e
parent 39ae786e3c6eb6fbc16a67e00b0b70df5185b69d
Author: MTRNord <mtrnord1@gmail.com>
Date:   Sun, 23 Nov 2014 15:46:00 +0100

and the next version

Diffstat:
Mcore/backend/blog/posts.php | 4+---
1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/core/backend/blog/posts.php b/core/backend/blog/posts.php @@ -66,13 +66,11 @@ } } function alles(){ - - if ($resultat = $connection->query('SELECT * FROM posts')) { global $id, $connection, $read; global $post_id, $post_title, $post_text, $post_author, $post_date, $post_categrory; if ($resultat = $connection->query('SELECT * FROM posts WHERE id LIKE '.$id)) { while($daten = $resultat->fetch_object() ){ - $post_id = $daten->id; + $post_id = $daten->id; } $resultat->close(); }