X-Git-Url: http://git.uio.no/git/?a=blobdiff_plain;ds=sidebyside;f=share%2Fhtml%2FSelfService%2FPrefs.html;h=380083af2da39769baa01c43948ffc0a6be1fce6;hb=3ffc5f4f234c1fc3f44b0ef26e777aab6de13e05;hp=6478ef20677feb9868146830290bc61221993c47;hpb=8cdba5537362afcae515c298526c1066339b5b1c;p=usit-rt.git diff --git a/share/html/SelfService/Prefs.html b/share/html/SelfService/Prefs.html index 6478ef2..380083a 100644 --- a/share/html/SelfService/Prefs.html +++ b/share/html/SelfService/Prefs.html @@ -2,7 +2,7 @@ %# %# COPYRIGHT: %# -%# This software is Copyright (c) 1996-2013 Best Practical Solutions, LLC +%# This software is Copyright (c) 1996-2014 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); } }