diff -r 1117d95f0707 -r f6e6b46f8260 web/wp-content/themes/IRI-Theme/functions.php --- a/web/wp-content/themes/IRI-Theme/functions.php Wed Feb 03 16:57:16 2010 +0000 +++ b/web/wp-content/themes/IRI-Theme/functions.php Wed Feb 03 17:51:44 2010 +0000 @@ -104,8 +104,8 @@ # Display the list of movies function listeMyLdt(){ - $MyLdtDataBase = "lignesIRI"; - $MyWPDataBase = "wordpress"; + $MyLdtDataBase = DB_NAME; + $MyWPDataBase = DB_NAME; $MyLdtTable = "Lignes"; $MyLdtconnexion = mysql_connect(DB_HOST, DB_USER, DB_PASSWORD); $MyLdtListe = "";