summaryrefslogtreecommitdiff
path: root/lib/VNWeb/User/Lists.pm
diff options
context:
space:
mode:
Diffstat (limited to 'lib/VNWeb/User/Lists.pm')
-rw-r--r--lib/VNWeb/User/Lists.pm4
1 files changed, 3 insertions, 1 deletions
diff --git a/lib/VNWeb/User/Lists.pm b/lib/VNWeb/User/Lists.pm
index c1beb4f4..1961c962 100644
--- a/lib/VNWeb/User/Lists.pm
+++ b/lib/VNWeb/User/Lists.pm
@@ -1,6 +1,7 @@
package VNWeb::User::Lists;
use VNWeb::Prelude;
+use POSIX 'strftime';
# Do we have "ownership" access to this users' list (i.e. can we edit and see private stuff)?
@@ -381,7 +382,8 @@ sub vn_ {
td_ mkclass(tc_vote => 1, compact => $own, stealth => $own), sub {
txt_ fmtvote $v->{vote} if !$own;
- elm_ 'UList.VoteEdit' => $VNVOTE, { uid => $uid, vid => $v->{id}, vote => fmtvote($v->{vote}) }, fmtvote $v->{vote} if $own;
+ elm_ 'UList.VoteEdit' => $VNVOTE, { uid => $uid, vid => $v->{id}, vote => fmtvote($v->{vote}) }, fmtvote $v->{vote}
+ if $own && sprintf('%08d', $v->{c_released}||0) < strftime '%Y%m%d', gmtime;
} if in vote => $opt->{c};
td_ class => 'tc_rating', sub {