rpicms

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

commit 3e82ca5be90d77e28ab4aa0d0f9a441b8efdc857
parent b412dcbca16b10c96e372d5339efdb65a3f3f7be
Author: MTRNord <mtrnord1@gmail.com>
Date:   Sat, 17 Jan 2015 10:59:18 +0100

next

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

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