version 1.306, 2017/08/03 16:51:53
|
version 1.307, 2017/08/15 21:01:06
|
Line 9896 sub modify_ltitools {
|
Line 9896 sub modify_ltitools {
|
} |
} |
if ($env{'form.ltitools_add_image.filename'} ne '') { |
if ($env{'form.ltitools_add_image.filename'} ne '') { |
my ($imageurl,$error) = |
my ($imageurl,$error) = |
&process_ltitools_image($r,$dom,$confname,'ltitools_add_image',$dom, |
&process_ltitools_image($r,$dom,$confname,'ltitools_add_image',$newid, |
$configuserok,$switchserver,$author_ok); |
$configuserok,$switchserver,$author_ok); |
if ($imageurl) { |
if ($imageurl) { |
$confhash{$newid}{'image'} = $imageurl; |
$confhash{$newid}{'image'} = $imageurl; |