From f54f14ae0417ee56cbb435e895ea5eba9ebac321 Mon Sep 17 00:00:00 2001 From: Laurent Destailleur Date: Wed, 3 Dec 2014 17:16:38 +0100 Subject: [PATCH] Fix: W3C table with no tr --- htdocs/install/etape5.php | 4 ---- 1 file changed, 4 deletions(-) diff --git a/htdocs/install/etape5.php b/htdocs/install/etape5.php index ba51b41aa34..d6a5d086b31 100644 --- a/htdocs/install/etape5.php +++ b/htdocs/install/etape5.php @@ -115,7 +115,6 @@ if (empty($versionfrom) && empty($versionto) && ! is_writable($conffile)) if ($action == "set" || empty($action) || preg_match('/upgrade/i',$action)) { - print ''; $error=0; // If password is encoded, we decode it @@ -298,12 +297,9 @@ if ($action == "set" || empty($action) || preg_match('/upgrade/i',$action)) $resql=$db->query("INSERT INTO ".MAIN_DB_PREFIX."const(name,value,type,visible,note,entity) VALUES (".$db->encrypt('MAIN_LANG_DEFAULT',1).",".$db->encrypt($setuplang,1).",'chaine',0,'Default language',1)"); //if (! $resql) dol_print_error($db,'Error in setup program'); - print '
'; - $db->close(); } -print "
"; // Create lock file