[Rt-commit] [svn] r1395 - rtir/branches/1.1/html/RTIR/Elements
leira at pallas.eruditorum.org
leira at pallas.eruditorum.org
Wed Sep 1 17:10:17 EDT 2004
Author: leira
Date: Wed Sep 1 17:10:17 2004
New Revision: 1395
Modified:
rtir/branches/1.1/html/RTIR/Elements/NewQuery
Log:
States need to be in parens, so that things added will complete the query properly.
Modified: rtir/branches/1.1/html/RTIR/Elements/NewQuery
==============================================================================
--- rtir/branches/1.1/html/RTIR/Elements/NewQuery (original)
+++ rtir/branches/1.1/html/RTIR/Elements/NewQuery Wed Sep 1 17:10:17 2004
@@ -9,6 +9,8 @@
}
}
+$Query = "( $Query )" if $Query;
+
return $Query;
</%INIT>
More information about the Rt-commit
mailing list