[Rt-commit] r3998 - in rtir/branches/1.9-EXPERIMENTAL: .
html/RTIR/Elements
ruz at bestpractical.com
ruz at bestpractical.com
Mon Oct 31 10:49:21 EST 2005
Author: ruz
Date: Mon Oct 31 10:49:20 2005
New Revision: 3998
Modified:
rtir/branches/1.9-EXPERIMENTAL/ (props changed)
rtir/branches/1.9-EXPERIMENTAL/html/RTIR/Elements/BaseQuery
Log:
r215 at cubic-pc: cubic | 2005-10-31 18:49:24 +0300
r202 at cubic-pc: cubic | 2005-10-29 11:20:25 +0400
get rid of useless component call
Modified: rtir/branches/1.9-EXPERIMENTAL/html/RTIR/Elements/BaseQuery
==============================================================================
--- rtir/branches/1.9-EXPERIMENTAL/html/RTIR/Elements/BaseQuery (original)
+++ rtir/branches/1.9-EXPERIMENTAL/html/RTIR/Elements/BaseQuery Mon Oct 31 10:49:20 2005
@@ -1,12 +1,6 @@
<%INIT>
-
-my ($Type, @states) = $m->comp("/RTIR/Elements/Type", Queue => $Queue);
-
-my $BaseQuery = "Queue = '$Queue'";
-
-return $BaseQuery;
+return "Queue = '$Queue'";
</%INIT>
-
<%ARGS>
-$Queue => undef
+$Queue => ''
</%ARGS>
More information about the Rt-commit
mailing list