]> git.uio.no Git - usit-rt.git/blobdiff - lib/RT/Condition/PriorityChange.pm
Upgrade to 4.2.8
[usit-rt.git] / lib / RT / Condition / PriorityChange.pm
index a600453a340f2caf3f90446777d2543ddb721ce0..ae70fcfe5e66e2440d937d2c1b20f97e2fdaec1a 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)
@@ -62,10 +62,10 @@ the Priority Obj
 sub IsApplicable {
     my $self = shift;
     if ($self->TransactionObj->Field eq 'Priority') {
-       return(1);
-    } 
+        return(1);
+    }
     else {
-       return(undef);
+        return(undef);
     }
 }