Changeset 1115


Ignore:
Timestamp:
04/01/06 21:04:48 (7 years ago)
Author:
nahuel
Message:

Message de non erreur déplacé, pour tester s'il y a eu un message d'erreur.
Closes: #512

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/plugin/change.php

    r1106 r1115  
    5252        $key = OneTimePadEncrypt($acp_newpass, $onetimepad); 
    5353        setcookie("key", $key, 0, $base_uri); 
    54          
    55         $err=_("Your password has been successfully changed. Don't forget to change it in your mail software if you are using one (Outlook, Mozilla, Thunderbird, Eudora ...)"); 
    5654      } 
    5755    } 
     
    6967 
    7068 
    71 if ($err) echo "<p><b>"._("Error:")." ".$err."</b></p>"; 
     69echo "<p><b>"; 
     70if($err) echo _("Error:")." ".$err; 
     71else echo _("Your password has been successfully changed. Don't forget to change it in your mail software if you are using one (Outlook, Mozilla, Thunderbird, Eudora ...)"); 
     72echo "</b></p>"; 
    7273 
    7374?> 
Note: See TracChangeset for help on using the changeset viewer.