rev 330
* Now that we're using PHP 5.1.2 as minimum version, date_default_timezone_set() is always available, so don't bother looking for it. Also made a couple of related time function fixes. (install.php, upgrade.sql, Calendar.php, Load.php, ManageSettings.php)
- Deleted a few unused globals. There's probably room for more to be removed here. (install.php)
- Delete clickMagic(), as it will now be done inline. (script.js)
! Fatal error pages could break the header layout. (css/index.css)
! CRLF fix. (Nix/ie6.css)
(I forgot to document the script.js change in the changelog -- actually I was planning to commit it in the next batch rather than now, oops...)
Pete, can you look into these useless globals in install.php? I don't see why there were so many declared in the first place...
* Now that we're using PHP 5.1.2 as minimum version, date_default_timezone_set() is always available, so don't bother looking for it. Also made a couple of related time function fixes. (install.php, upgrade.sql, Calendar.php, Load.php, ManageSettings.php)
- Deleted a few unused globals. There's probably room for more to be removed here. (install.php)
- Delete clickMagic(), as it will now be done inline. (script.js)
! Fatal error pages could break the header layout. (css/index.css)
! CRLF fix. (Nix/ie6.css)
(I forgot to document the script.js change in the changelog -- actually I was planning to commit it in the next batch rather than now, oops...)
Pete, can you look into these useless globals in install.php? I don't see why there were so many declared in the first place...


