commit 7769ba6bf1c75fa78decd53412c487ee00a532dc parent dcd4affa5a38998775f8555b5d698c2bfe1d2d01 Author: MTRNord <mtrnord1@gmail.com> Date: Sat, 17 Jan 2015 10:39:56 +0100 next try Diffstat:
| M | themes/jumbotron/admin.php | | | 6 | +++--- |
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/themes/jumbotron/admin.php b/themes/jumbotron/admin.php @@ -35,9 +35,9 @@ if (mysqli_connect_errno()) { } $user = "test"; if ($resultat = $connection->query('SELECT email FROM allowed_user')) { - while($daten = $resultat->fetch_object() ){ - $allowed_user = $daten->email; - } + #while($daten = $resultat->fetch_object() ){ + $allowed_user = $resultat->fetch_object("email"); + #} #$resultat->close(); } var_dump($allowed_user);