From 3239569860b68d550a35eab8ed1582b804b4c6a7 Mon Sep 17 00:00:00 2001 From: Regis Houssin Date: Tue, 30 Mar 2010 14:35:18 +0000 Subject: [PATCH] Fix: database name with underscore --- htdocs/install/fileconf.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/htdocs/install/fileconf.php b/htdocs/install/fileconf.php index b9cacb692f1..aedcf8307f3 100644 --- a/htdocs/install/fileconf.php +++ b/htdocs/install/fileconf.php @@ -4,6 +4,7 @@ * Copyright (C) 2004-2010 Laurent Destailleur * Copyright (C) 2004 Benoit Mortier * Copyright (C) 2004 Sebastien DiCintio + * Copyright (C) 2005-2010 Regis Houssin * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by @@ -393,7 +394,7 @@ while (($file = readdir($handle))!==false)