Commit 4e52cc5817bc2e369f7ce613dd6a5efe88a383ed

Authored by kevin
1 parent 67ef4d80

News.php modif Kevin

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