rpicms

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

commit 14cf84b114240821cf1f26e7dc44226149434b28
parent afd21662f3400bbbf56dd7532bf57b07e0321ffa
Author: MTRNord <mtrnord1@gmail.com>
Date:   Sat, 16 May 2015 14:29:01 +0200

remove some debug

Diffstat:
Mcore/backend/blog/posts.php | 1-
1 file changed, 0 insertions(+), 1 deletion(-)

diff --git a/core/backend/blog/posts.php b/core/backend/blog/posts.php @@ -179,7 +179,6 @@ function shortText($string,$lenght) { function deletePost($id) { global $connection; $sql = "DELETE FROM posts WHERE id='$id'"; - echo "connection: $connection"; if (mysqli_query($connection, $sql)) { echo "Record deleted successfully"; } else {