rpicms

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

commit dd9fcf06a6d8ed20d567d3005374faa78af1ecd8
parent 59f94c3b40729ffd90d0d4e829816f3c5d4eee55
Author: MTRNord <mtrnord1@gmail.com>
Date:   Sat, 17 Jan 2015 10:49:07 +0100

nearly

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

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