]> git.uio.no Git - usit-rt.git/blobdiff - lib/RT/Condition.pm
Putting 4.2.0 on top of 4.0.17
[usit-rt.git] / lib / RT / Condition.pm
index 3ca4f96d315637b85ba19f6b5a58f607f2a016e5..ab7097283617392f296f5244d7bfaaebd9bb2e7d 100644 (file)
@@ -2,7 +2,7 @@
 #
 # COPYRIGHT:
 #
-# This software is Copyright (c) 1996-2012 Best Practical Solutions, LLC
+# This software is Copyright (c) 1996-2013 Best Practical Solutions, LLC
 #                                          <sales@bestpractical.com>
 #
 # (Except where explicitly superseded by other copyright notices)
 
     use RT::Condition;
     my $foo = RT::Condition->new( 
-               TransactionObj => $tr, 
-               TicketObj => $ti, 
-               ScripObj => $scr, 
-               Argument => $arg, 
-               Type => $type);
+                TransactionObj => $tr, 
+                TicketObj => $ti, 
+                ScripObj => $scr, 
+                Argument => $arg, 
+                Type => $type);
 
     if ($foo->IsApplicable) {
-          # do something
+           # do something
     }
 
 
@@ -95,14 +95,14 @@ sub new  {
 sub _Init  {
   my $self = shift;
   my %args = ( TransactionObj => undef,
-              TicketObj => undef,
-              ScripObj => undef,
-              TemplateObj => undef,
-              Argument => undef,
-              ApplicableTransTypes => undef,
+               TicketObj => undef,
+               ScripObj => undef,
+               TemplateObj => undef,
+               Argument => undef,
+               ApplicableTransTypes => undef,
            CurrentUser => undef,
-              @_ );
-  
+               @_ );
+
   $self->{'Argument'} = $args{'Argument'};
   $self->{'ScripObj'} = $args{'ScripObj'};
   $self->{'TicketObj'} = $args{'TicketObj'};