]> git.uio.no Git - usit-rt.git/blobdiff - share/html/Admin/Global/Template.html
Upgrade to 4.2.8
[usit-rt.git] / share / html / Admin / Global / Template.html
index 27b2a96c2eb7ff2ae20a310ae786a880ec86ac2d..ed1dd3af52b75817d78cce59b6f178a736674799 100644 (file)
@@ -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
 %#                                          <sales@bestpractical.com>
 %#
 %# (Except where explicitly superseded by other copyright notices)
@@ -94,8 +94,8 @@ else {
 if ($TemplateObj->Id()) {
   my @attribs = qw( Name Description Queue Type Content );
   my @aresults = UpdateRecordObject( AttributesRef => \@attribs, 
-                                    Object => $TemplateObj, 
-                                    ARGSRef => \%ARGS);
+                                     Object => $TemplateObj, 
+                                     ARGSRef => \%ARGS);
   push @results, @aresults;
 
   my ($ok, $msg) = $TemplateObj->CompileCheck;