noalyss-commit
[Top][All Lists]
Advanced

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

[Noalyss-commit] [noalyss] 21/39: Install show choosen password for admi


From: Dany De Bontridder
Subject: [Noalyss-commit] [noalyss] 21/39: Install show choosen password for admin
Date: Sat, 11 Jul 2020 13:20:42 -0400 (EDT)

sparkyx pushed a commit to branch master
in repository noalyss.

commit 99b6d77a10401089b0eb77c0239078344171ffc1
Author: Dany De Bontridder <danydb@noalyss.eu>
AuthorDate: Sun Jun 7 14:29:23 2020 +0200

    Install show choosen password for admin
---
 html/install.php              | 2 +-
 include/class/fiche.class.php | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/html/install.php b/html/install.php
index 51d7768..1536f66 100644
--- a/html/install.php
+++ b/html/install.php
@@ -601,7 +601,7 @@ if ($account == 0 ) {
  if ( ! DEBUG) ob_end_clean();
 echo '<h1>'._('Important').'</h1>';
 echo '<p>'._('Utilisateur  administrateur'),' ',NOALYSS_ADMINISTRATOR,'</p>';
-echo '<p>',_('Mot de passe'),' phpcompta','</p>';
+echo '<p>',_('Mot de passe')," ",NOALYSS_ADMIN_PASSWORD,'</p>';
  }// end if
 // Add a french accountancy model
 //--
diff --git a/include/class/fiche.class.php b/include/class/fiche.class.php
index 73d5bec..50bb3fb 100644
--- a/include/class/fiche.class.php
+++ b/include/class/fiche.class.php
@@ -2282,7 +2282,7 @@ class Fiche
                 echo td($attr->av_text, 'style="padding: 0 10 1 
10;white-space:nowrap;" '.$sort);
              }
              else {
-                $value=$cn->make_array($attr->ad_extra);
+                $value=$this->cn->make_array($attr->ad_extra);
                 $row_content="";
                 for ($e=0; $e<count($value); $e++) {
                     if ( $value[$e]['value']==$attr->av_text) {



reply via email to

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