Commit ae33248bd71e0ac3a21b37c6490a885103eba2fa

Authored by Erwan Nanrocki
2 parents 0e151ddb ce5e6320

Merge branch 'master' of ssh://servclubinfo.insecure.deule.net/crep

Showing 1 changed file with 1 additions and 1 deletions   Show diff stats
@@ -9,7 +9,7 @@ @@ -9,7 +9,7 @@
9 exit; 9 exit;
10 } 10 }
11 11
12 - $requete = "select title content user.realname as userName from news, user where news.fk_author==user.pk;"; 12 + $requete = "select title, content, users.realname as userName from news, users where news.fk_author=users.pk;";
13 $resultat = mysql_query($requete); 13 $resultat = mysql_query($requete);
14 14
15 //Pour debugger 15 //Pour debugger