[Rt-commit] [svn] r795 - in rt: .
branches/rt-3.3/html/REST/2.0/Search
autrijus at pallas.eruditorum.org
autrijus at pallas.eruditorum.org
Sat May 1 09:58:07 EDT 2004
Author: autrijus
Date: Sat May 1 09:58:07 2004
New Revision: 795
Modified:
rt/ (props changed)
rt/branches/rt-3.3/html/REST/2.0/Search/index
Log:
----------------------------------------------------------------------
r4347 at not: autrijus | 2004-05-01T13:58:14.427055Z
* it's Queues, not Queue
----------------------------------------------------------------------
Modified: rt/branches/rt-3.3/html/REST/2.0/Search/index
==============================================================================
--- rt/branches/rt-3.3/html/REST/2.0/Search/index (original)
+++ rt/branches/rt-3.3/html/REST/2.0/Search/index Sat May 1 09:58:07 2004
@@ -61,7 +61,7 @@
$entry{LastUpdated} =~ s/ /T/;
$entry{URL} = $URL{$Type} . $entry{Id};
if (my $queue = eval { $entry->Queue } ) {
- $entry{URL} =~ s/Global/Queue/;
+ $entry{URL} =~ s/Global/Queues/;
$entry{Params} .= "&Queue=$queue";
}
push @entries, \%entry;
More information about the Rt-commit
mailing list