From 71d8fb65059288d6f312bf6c61b21c8bb2dea82f Mon Sep 17 00:00:00 2001 From: Yorhel Date: Fri, 15 May 2020 12:28:26 +0200 Subject: Chars::Edit: Add VN/releases relations editing Ugly as heck code. Potentially slow, too, but for some reason it's still responding alright on my slow laptop. --- lib/VNWeb/Releases/Elm.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/VNWeb/Releases') diff --git a/lib/VNWeb/Releases/Elm.pm b/lib/VNWeb/Releases/Elm.pm index 32dd89ca..b151de41 100644 --- a/lib/VNWeb/Releases/Elm.pm +++ b/lib/VNWeb/Releases/Elm.pm @@ -3,7 +3,7 @@ package VNWeb::Releases::Elm; use VNWeb::Prelude; -# Used by UList.Opt to fetch releases from a VN id. +# Used by UList.Opt and CharEdit to fetch releases from a VN id. elm_api Release => undef, { vid => { id => 1 } }, sub { my($data) = @_; my $l = tuwf->dbAlli( -- cgit v1.2.3