fix: t::WebGUI::PseudoRequest now works properly

add: Added some additional vars to Calendar Week view
fix: WebGUI::DateTime now handles MySQL strings more robustly
This commit is contained in:
Doug Bell 2007-03-20 17:27:30 +00:00
parent 74b688810f
commit 991aac998a
5 changed files with 85 additions and 15 deletions

View file

@ -221,6 +221,9 @@ our $HELP = {
'name' => 'pagePrevUrl',
'description' => 'pagePrevUrl weekVar'
},
{
'name' => 'startMonth',
},
{
'name' => 'startMonthName'
},
@ -239,6 +242,9 @@ our $HELP = {
{
'name' => 'startYear'
},
{
'name' => 'endMonth',
},
{
'name' => 'endMonthName'
},