diff options
author | Arnaud Desmons <adesmons@mandriva.com> | 2002-07-26 16:53:26 +0000 |
---|---|---|
committer | Arnaud Desmons <adesmons@mandriva.com> | 2002-07-26 16:53:26 +0000 |
commit | ecc2cc411f8831fc0db33fe3023fdbaba0f981cd (patch) | |
tree | 583514c8717633db612bf8fa016e6d9314ffd920 /web_wizard | |
parent | 66fe562443fbb2e4d61f8459c8f903940927093d (diff) | |
download | drakwizard-ecc2cc411f8831fc0db33fe3023fdbaba0f981cd.tar drakwizard-ecc2cc411f8831fc0db33fe3023fdbaba0f981cd.tar.gz drakwizard-ecc2cc411f8831fc0db33fe3023fdbaba0f981cd.tar.bz2 drakwizard-ecc2cc411f8831fc0db33fe3023fdbaba0f981cd.tar.xz drakwizard-ecc2cc411f8831fc0db33fe3023fdbaba0f981cd.zip |
fixed: perl func return value was not tested
Diffstat (limited to 'web_wizard')
-rw-r--r-- | web_wizard/web.wiz | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/web_wizard/web.wiz b/web_wizard/web.wiz index ad155a82..252406e9 100644 --- a/web_wizard/web.wiz +++ b/web_wizard/web.wiz @@ -13,6 +13,7 @@ dbPositions="0" referenceLength="425" referenceHeight="13" + perlModule="__WIZ_HOME__/web_wizard/scripts/Webconf.pm" > <Variable @@ -368,7 +369,7 @@ <Page helpURL="file:/usr/share/doc/mandrake/${LANG}/ref.html/wiz-web.html" name="confirmation" - jumpScript="__WIZ_HOME__/web_wizard/do_it_web.sh" + func="do_it" jumpPage="congratulations" nextButtonText="Configure" executionLevel="NORMAL" |