[Rt-commit] r2665 - in rt/branches/PLATANO-EXPERIMENTAL: .
html/Search/Elements
jesse at bestpractical.com
jesse at bestpractical.com
Sat Apr 16 02:46:18 EDT 2005
Author: jesse
Date: Sat Apr 16 02:46:18 2005
New Revision: 2665
Modified:
rt/branches/PLATANO-EXPERIMENTAL/ (props changed)
rt/branches/PLATANO-EXPERIMENTAL/html/Search/Elements/DisplayOptions
Log:
r13003 at hualien: jesse | 2005-04-16 02:26:51 -0400
r11941 at hualien: jesse | 2005-04-06 15:26:40 -0400
* Search "Order By" needed a more greedy matching operation; too many values were selected
Modified: rt/branches/PLATANO-EXPERIMENTAL/html/Search/Elements/DisplayOptions
==============================================================================
--- rt/branches/PLATANO-EXPERIMENTAL/html/Search/Elements/DisplayOptions (original)
+++ rt/branches/PLATANO-EXPERIMENTAL/html/Search/Elements/DisplayOptions Sat Apr 16 02:46:18 2005
@@ -59,7 +59,7 @@
% foreach my $field (keys %fields) {
% next unless $field;
<option value=<%$field%>
-% if ($field =~ /$OrderBy/i) {
+% if ($field =~ /^$OrderBy$/i) {
SELECTED
% }
><%$field%></option>
More information about the Rt-commit
mailing list