diff -r 6d47ba214f30 -r 9b7d841b551a web/wp-content/themes/IRI-Theme/functions.php --- a/web/wp-content/themes/IRI-Theme/functions.php Mon Feb 01 15:57:02 2010 +0000 +++ b/web/wp-content/themes/IRI-Theme/functions.php Mon Feb 01 17:28:37 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 = "";