summaryrefslogtreecommitdiff
path: root/httemplate/browse
diff options
context:
space:
mode:
authorMark Wells <mark@freeside.biz>2014-06-11 15:18:59 -0700
committerMark Wells <mark@freeside.biz>2014-06-11 15:18:59 -0700
commit6b28d0bd4b422d0fff32b559d0785665b1c46b27 (patch)
treed24d5bf2f2ab9560a0690b5550a58da0deab51f8 /httemplate/browse
parentc16ef0145a0049c3f20377e2c5076087e999cde0 (diff)
always pass the "time" parameter to join_conditions_sql, related to #28978
Diffstat (limited to 'httemplate/browse')
-rw-r--r--httemplate/browse/part_event.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/httemplate/browse/part_event.html b/httemplate/browse/part_event.html
index 63dd53bee..575294edd 100644
--- a/httemplate/browse/part_event.html
+++ b/httemplate/browse/part_event.html
@@ -188,7 +188,7 @@ my $count_query = 'SELECT COUNT(*) FROM part_event WHERE '.
'viewall_right' => 'None',
);
-my $join_conditions = FS::part_event_condition->join_conditions_sql;
+my $join_conditions = FS::part_event_condition->join_conditions_sql('', 'time' => time);
my $order_conditions = FS::part_event_condition->order_conditions_sql;
</%init>