[Rt-commit] r6212 - in rtir/branches/2.1-EXPERIMENTAL: html/RTIR

ruz at bestpractical.com ruz at bestpractical.com
Mon Oct 16 20:04:30 EDT 2006


Author: ruz
Date: Mon Oct 16 20:04:29 2006
New Revision: 6212

Modified:
   rtir/branches/2.1-EXPERIMENTAL/   (props changed)
   rtir/branches/2.1-EXPERIMENTAL/html/RTIR/Create.html

Log:
 r1716 at cubic-pc:  cubic | 2006-10-17 04:15:41 +0400
 * oops, inerted logic


Modified: rtir/branches/2.1-EXPERIMENTAL/html/RTIR/Create.html
==============================================================================
--- rtir/branches/2.1-EXPERIMENTAL/html/RTIR/Create.html	(original)
+++ rtir/branches/2.1-EXPERIMENTAL/html/RTIR/Create.html	Mon Oct 16 20:04:29 2006
@@ -346,7 +346,7 @@
     unless ( $IncidentObj->id ) {
         push @results, loc("Couldn't load incident #[_1]", $Incident );
         ($checks_failure, $IncidentObj, $Incident) = (1, undef, undef);
-    } elsif ( $IncidentObj->QueueObj->Name eq 'Incidents' ) {
+    } elsif ( $IncidentObj->QueueObj->Name ne 'Incidents' ) {
         push @results, loc('Ticket #[_1] is not an Incident', $Incident );
         ($checks_failure, $IncidentObj, $Incident) = (1, undef, undef);
     } else {


More information about the Rt-commit mailing list