web/wp-content/themes/IRI-Theme/functions.php
changeset 142 f6e6b46f8260
parent 136 bde1974c263b
child 144 df0ebfb22f63
--- 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		= "";