Commit c8cce9694642dca5e88485a438390619f787e9f9

Authored by kevin
1 parent 4e52cc58

News.php modif Kevin

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, user.realname as userName from news, user where news.fk_author=user.pk;";
13 $resultat = mysql_query($requete); 13 $resultat = mysql_query($requete);
14 14
15 //Pour debugger 15 //Pour debugger