- Fixed a number of bugs in DateTime.pm

- Cleaned up code (fixed typo's, removed debug code)
- Added incrementMonth subroutine (with POD)
This commit is contained in:
Wouter van Oijen 2006-05-11 10:36:24 +00:00
parent cca8f50c29
commit 3138f403d5
2 changed files with 107 additions and 78 deletions

View file

@ -143,6 +143,7 @@
- Added a graphing engine and tied it into the Poll asset (Martin Kamerbeek / Procolix)
- Added Slider form controls (IntSlider, HexSlider and SelectSlider) (Martin
Kamerbeek / Procolix)
- Fixed a number of bugs in DateTime.pm
6.8.8
- fix [ 1452466 ] File size not set in File asset (Thanks to Eric S)