
|
PHP 3.1.17 minor bug fixes
If you see infinite for your estimates, please do the following.
In the function sfromhours in util.php, add a line that says
$GLOBALS['err']->clear();
at the very beginning of the function.
If you get the database could not be found error, check your application.data file and make sure it doesn't start with "Object". If it does, erase the six characters that say "object" and save.
Then change the function fb_serialize in ThistleUtil.php, add a line that says
$data = "";
at the very beginning of the function.
These bugs and some internationalization bugs will be fixed in an imminent release.
Michael H. Pryor
Fog Creek Software Tuesday, February 24, 2004
Recent Topics
Fog Creek Home
|