[Rt-commit] r4101 - in rtir/branches/1.9-EXPERIMENTAL: . html/RTIR/Elements

ruz at bestpractical.com ruz at bestpractical.com
Tue Nov 15 23:42:16 EST 2005


Author: ruz
Date: Tue Nov 15 23:42:15 2005
New Revision: 4101

Modified:
   rtir/branches/1.9-EXPERIMENTAL/   (props changed)
   rtir/branches/1.9-EXPERIMENTAL/html/RTIR/Elements/NewQuery
Log:
 r277 at cubic-pc:  cubic | 2005-11-16 07:46:05 +0300
  r268 at cubic-pc:  cubic | 2005-11-15 04:54:26 +0300
  * use special component to get states
 


Modified: rtir/branches/1.9-EXPERIMENTAL/html/RTIR/Elements/NewQuery
==============================================================================
--- rtir/branches/1.9-EXPERIMENTAL/html/RTIR/Elements/NewQuery	(original)
+++ rtir/branches/1.9-EXPERIMENTAL/html/RTIR/Elements/NewQuery	Tue Nov 15 23:42:15 2005
@@ -1,7 +1,7 @@
 <%INIT>
 @states = grep $_, @states;
 unless( @states ) {
-    (undef, @states) = $m->comp("/RTIR/Elements/Type", %ARGS);
+    @states = $m->comp("/RTIR/Elements/States", %ARGS );
 }
 push @states, @add_states;
 


More information about the Rt-commit mailing list