[Rt-commit] r3042 - in rt/branches/3.4-RELEASE: . html/Search
glasser at bestpractical.com
glasser at bestpractical.com
Wed Jun 1 18:34:38 EDT 2005
Author: glasser
Date: Wed Jun 1 18:34:38 2005
New Revision: 3042
Modified:
rt/branches/3.4-RELEASE/ (props changed)
rt/branches/3.4-RELEASE/html/Search/Build.html
Log:
r33103 at tin-foil: glasser | 2005-05-25 22:24:07 -0400
And remove the old functionality too.
Modified: rt/branches/3.4-RELEASE/html/Search/Build.html
==============================================================================
--- rt/branches/3.4-RELEASE/html/Search/Build.html (original)
+++ rt/branches/3.4-RELEASE/html/Search/Build.html Wed Jun 1 18:34:38 2005
@@ -458,10 +458,9 @@
# {{{ Rebuild $Query based on the additions / movements
$Query = "";
- at options = ();
%queues = ();
my $optionlist =
- build_array( \$Query, \@current_values, $tree, \@options, \%queues );
+ build_array( \$Query, \@current_values, $tree, \%queues );
# This function returns an array ref of the nodes of the tree in depth-first
# order which correspond to options in the "clauses" multi-select box.
@@ -483,7 +482,8 @@
my $Query = shift;
my $values_ref = shift;
my $tree = shift;
- my ( $keys, $queues ) = @_;
+ my $queues = shift;
+
my $i = 0;
my @optionlist;
my $depth = 0;
@@ -495,7 +495,6 @@
return if $_tree->getParent->isRoot();
- push @$keys, $_tree;
my $clause = $_tree->getNodeValue();
my $str;
my $ea = $_tree->getParent()->getNodeValue();
More information about the Rt-commit
mailing list