unread
Went through and did some general code cleanup, namely removing
tabs/spaces from empty lines, or trailing spaces/tabs.
The exceptions to that are:
php_date_initialize() -- reorganized timezone setting to do it all at
once without the need for temporary variables. This should be slightly
faster, and also more readable.
date_format()
-- changed the naming of the "is set" variable to comply
with PHP core coding conventions, and reorganized the switch statement
to be more readable and formatted more properly for the options of W
and o. (This was previously my patch)
Thanks