version 1.160.6.84.2.2, 2017/06/23 14:59:27
|
version 1.160.6.84.2.3, 2017/09/16 00:26:17
|
Line 9207 sub modify_ltitools {
|
Line 9207 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; |