rpicms

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

commit da21743e3c0268b72e37907ff2a5411d5b9b81d8
parent 7b318ceca156e1a2f9e450c56b60a00a8c95504f
Author: MTRNord <mtrnord1@gmail.com>
Date:   Sun, 23 Nov 2014 15:52:10 +0100

move function calls

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

diff --git a/core/backend/blog/posts.php b/core/backend/blog/posts.php @@ -23,7 +23,6 @@ #}else{ //Check if Data in it alles(); - read(); function read(){ global $id, $connection, $read; global $post_id, $post_title, $post_text, $post_author, $post_date, $post_categrory; @@ -75,8 +74,8 @@ $resultat->close(); } if ($read != 0){ - alles(); read(); + alles(); } }