diff --git a/news.php b/news.php index 4c37cf3..981fdb1 100644 --- a/news.php +++ b/news.php @@ -9,7 +9,7 @@ exit; } - $requete = "select title content user.name as userName from news, user where news.fk_author==user.pk;"; + $requete = "select title content user.realname as userName from news, user where news.fk_author==user.pk;"; $resultat = mysql_query($requete); //Pour debugger -- libgit2 0.21.2