From 98c3f82ea58e2b729ac2e1046815ce979f113dff Mon Sep 17 00:00:00 2001 From: iliajie Date: Tue, 28 Feb 2023 22:00:50 +0200 Subject: [PATCH] Fix to make file and group choosers work --- web-lib-funcs.pl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/web-lib-funcs.pl b/web-lib-funcs.pl index 6d7822fb0..b94d648aa 100755 --- a/web-lib-funcs.pl +++ b/web-lib-funcs.pl @@ -3832,7 +3832,7 @@ if ($_[1] && $gconfig{'db_sizeusers'}) { elsif (!$_[1] && $gconfig{'db_sizeuser'}) { ($w, $h) = split(/x/, $gconfig{'db_sizeuser'}); } -return "\n"; +return "\n"; } =head2 group_chooser_button(field, multiple, [form]) @@ -3861,7 +3861,7 @@ if ($_[1] && $gconfig{'db_sizeusers'}) { elsif (!$_[1] && $gconfig{'db_sizeuser'}) { ($w, $h) = split(/x/, $gconfig{'db_sizeuser'}); } -return "\n"; +return "\n"; } =head2 foreign_check(module, [api-only])