noalyss-commit
[Top][All Lists]
Advanced

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

[Noalyss-commit] [noalyss] 19/21: remove debug


From: Dany De Bontridder
Subject: [Noalyss-commit] [noalyss] 19/21: remove debug
Date: Wed, 19 Aug 2015 22:59:33 +0000

sparkyx pushed a commit to branch master
in repository noalyss.

commit 8bfc0678a8c4024cb83dc03e461c20f142aac802
Author: Dany De Bontridder <address@hidden>
Date:   Tue Aug 18 10:20:27 2015 +0200

    remove debug
---
 include/user_detail.inc.php |    4 +---
 1 files changed, 1 insertions(+), 3 deletions(-)

diff --git a/include/user_detail.inc.php b/include/user_detail.inc.php
index 33b60e7..18a0865 100644
--- a/include/user_detail.inc.php
+++ b/include/user_detail.inc.php
@@ -55,7 +55,7 @@ if (isset($_POST['SAVE']))
     
     if ($UserChange->load() == -1)
     {
-        alert("Cet utilisateur n'existe pas");
+        alert(_("Cet utilisateur n'existe pas"));
     }
     else
     {
@@ -66,8 +66,6 @@ if (isset($_POST['SAVE']))
         $UserChange->email = HtmlInput::default_value_post('email',null);
         if ($UserChange->active ==-1 || $UserChange->admin ==-1)
         {
-            var_dump($_POST);
-            var_dump($UserChange);
             die ('Missing data');
         }
         else if (  trim($_POST['password'])<>'')



reply via email to

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