]> git.uio.no Git - usit-rt.git/blobdiff - share/html/Admin/Global/Template.html
Putting 4.2.0 on top of 4.0.17
[usit-rt.git] / share / html / Admin / Global / Template.html
index 27b2a96c2eb7ff2ae20a310ae786a880ec86ac2d..39693c40192025a8687a7f6de033cbd72eb3b33a 100644 (file)
@@ -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;