Skip to content
Snippets Groups Projects
Commit bfc037a1 authored by Bryan Horstmann-Allen's avatar Bryan Horstmann-Allen
Browse files

case on month keys

parent ce239672
No related branches found
No related tags found
No related merge requests found
......@@ -83,7 +83,7 @@ sub handler {
$months{'Apr'} = 30;
$months{'Jun'} = 30;
$months{'Sep'} = 30;
$months{'nov'} = 30;
$months{'Nov'} = 30;
if ( $months{$month} ) { $m_mod = $months{$month} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment