rpicms

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

commit c660afb63f9bbb61fa5de44625a78d3f31d4b315
parent 3e82ca5be90d77e28ab4aa0d0f9a441b8efdc857
Author: MTRNord <mtrnord1@gmail.com>
Date:   Sat, 17 Jan 2015 11:03:00 +0100

nearly

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

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