NOTE: If you are a developer, please use a private wiki based on foswiki/trunk on a daily base ...or use
trunk.foswiki.org to view this page for some minimal testing.
Use
Item9693 for docu changes for 1.2 and 2.0.
Item2264: getScriptUrl treats zero as an empty string values
| Priority: |
CurrentState: |
AppliesTo: |
Component: |
WaitingFor: |
| Normal |
Closed |
Engine |
|
|
This
my $url Foswiki::Func::getScriptUrl("Main", "WebHome", start=>0);
will return something like
http://.../Main/WebHome?start=
should be
http://.../Main/WebHome?start=0
--
MichaelDaum - 16 Oct 2009