X-Git-Url: http://git.freeside.biz/gitweb/?a=blobdiff_plain;ds=sidebyside;f=rt%2Fshare%2Fhtml%2FSelfService%2FPrefs.html;h=2b7096975ee828a8ed2f2deaa2d09e803b53a80c;hb=de9d037528895f7151a9aead6724ce2df95f9586;hp=602096c713c15d7bce2fa0e784095e0da4173ac4;hpb=e9e0cf0989259b94d9758eceff448666a2e5a5cc;p=freeside.git diff --git a/rt/share/html/SelfService/Prefs.html b/rt/share/html/SelfService/Prefs.html index 602096c71..2b7096975 100755 --- a/rt/share/html/SelfService/Prefs.html +++ b/rt/share/html/SelfService/Prefs.html @@ -2,7 +2,7 @@ %# %# COPYRIGHT: %# -%# This software is Copyright (c) 1996-2014 Best Practical Solutions, LLC +%# This software is Copyright (c) 1996-2017 Best Practical Solutions, LLC %# %# %# (Except where explicitly superseded by other copyright notices) @@ -77,7 +77,7 @@
<& /Elements/Submit, Label => loc('Save Changes') &> - + <%INIT> @@ -120,8 +120,8 @@ if ( $Lang ) { if ($Signature) { $Signature =~ s/(\r\n|\r)/\n/g; if ($Signature ne $user->Signature) { - my ($val, $msg) = $user->SetSignature($Signature); - push (@results, "Signature: ".$msg); + my ($val, $msg) = $user->SetSignature($Signature); + push (@results, "Signature: ".$msg); } }