noalyss-commit
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Noalyss-commit] [noalyss] 02/02: Improve upgrade : display the real dat


From: Dany De Bontridder
Subject: [Noalyss-commit] [noalyss] 02/02: Improve upgrade : display the real database name
Date: Mon, 14 Dec 2015 16:45:05 +0000

sparkyx pushed a commit to branch master
in repository noalyss.

commit 60e12fac67205fe3f87994447d10082f05776139
Author: Dany De Bontridder <address@hidden>
Date:   Mon Dec 14 17:38:16 2015 +0100

    Improve upgrade : display the real database name
---
 include/upgrade.inc.php |    8 ++++----
 1 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/include/upgrade.inc.php b/include/upgrade.inc.php
index dc406f2..003e5b1 100644
--- a/include/upgrade.inc.php
+++ b/include/upgrade.inc.php
@@ -63,8 +63,8 @@ if ($sb === "upg_all" && 
(!defined('MULTI')||(defined('MULTI')&&MULTI==1)))
     {
         $db_row=Database::fetch_array($Resdossier, $e);
         $name=$rep->format_name($db_row['dos_id'], 'dos');
-        echo "<h3>Patching ".$name.':'.$db_row['dos_name'].'</h3>';
-
+        echo "<h3>Patching ".$db_row['dos_name'].'</h3>';
+        echo _('Base de données')." ".$name;
 
         if ($rep->exist_database($name)>0)
         {
@@ -89,8 +89,8 @@ if ($sb === "upg_all" && 
(!defined('MULTI')||(defined('MULTI')&&MULTI==1)))
     {
         $db_row=Database::fetch_array($Resdossier, $e);
         $name=$rep->format_name($db_row['mod_id'], 'mod');
-        echo "<h3>Patching ".$name.":".$db_row['mod_name']."</h3>";
-
+        echo "<h3>Patching ".$db_row['mod_name']."</h3>";
+        echo _('Base de données')." ".$name;
         if ($rep->exist_database($name)>0)
         {
             $db=new Database($db_row['mod_id'], 'mod');



reply via email to

[Prev in Thread] Current Thread [Next in Thread]