(none) wordpress
authorhurons@caf4f556-3d62-0410-8435-a86758001935
Mon, 01 Feb 2010 17:28:37 +0000
branchwordpress
changeset 126 9b7d841b551a
parent 125 6d47ba214f30
child 127 3a1f99a92698
(none)
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		= "";