GITLAB
LeClubInfo
/
crep
Toggle navigation
Sign in
Sign in
Project
Files
Commits
Network
Graphs
Issues
0
Merge Requests
0
Wiki
Download as
Email Patches
Plain Diff
Browse Code ยป
Commit
b3d7ea05a9d953299f098ae0c3dd1dcd887114af
Authored by
Jean Wasilewski
2014-11-09 15:49:11 +0100
1 parent
f42e5a0f
Minor fix
Showing
1 changed file
with
1 additions
and
1 deletions
Show diff stats
checkCreds.php
Inline
Side-by-side
checkCreds.php
Wrap text
Show/Hide comments
View file @
b3d7ea0
...
...
@@ -15,7 +15,7 @@ $resultat = mysql_query($requete);
15
15
if (!$resultat)
16
16
die("Nop");
17
17
18
-if(
row = mysql_fetch_assoc($resultat))
18
+if(
$
row = mysql_fetch_assoc($resultat))
19
19
echo 'Yep';
20
20
else
21
21
echo 'Nop';
...
...