rpicms

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

commit 59f94c3b40729ffd90d0d4e829816f3c5d4eee55
parent 6069c383326a3b99524f07306e36bc1e049f5f74
Author: MTRNord <mtrnord1@gmail.com>
Date:   Sat, 17 Jan 2015 10:45:33 +0100

another try

Diffstat:
Mthemes/jumbotron/admin.php | 3++-
1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/themes/jumbotron/admin.php b/themes/jumbotron/admin.php @@ -36,7 +36,8 @@ if (mysqli_connect_errno()) { $user = "test"; if ($resultat = $connection->query('SELECT email FROM allowed_user')) { #while($daten = $resultat->fetch_object() ){ - $allowed_user = $resultat->fetch_object(*); + $daten = $resultat->fetch_object(); + $allowed_user = $daten->email; #} #$resultat->close(); }