- Fixed a bug in setToEpoch that caused dates to be improperly formatted.

- Fixed a problem with the slide panel where the links would sometimes take
   the properties of the style.
This commit is contained in:
JT Smith 2005-09-24 14:54:20 +00:00
parent d23e580115
commit 842eb4a331
3 changed files with 22 additions and 17 deletions

View file

@ -1,5 +1,5 @@
package WebGUI;
our $VERSION = "6.7.5";
our $VERSION = "6.7.6";
our $STATUS = "gamma";
#-------------------------------------------------------------------