Index: branches/5.3.x/core/units/stylesheets/stylesheets_item.php =================================================================== diff -u -N -r15698 -r15928 --- branches/5.3.x/core/units/stylesheets/stylesheets_item.php (.../stylesheets_item.php) (revision 15698) +++ branches/5.3.x/core/units/stylesheets/stylesheets_item.php (.../stylesheets_item.php) (revision 15928) @@ -1,6 +1,6 @@ GetDBField('AdvancedCSS'); - $compile_ts = adodb_mktime(); + $compile_ts = time(); $css_path = WRITEABLE . '/stylesheets/'; $file_helper = $this->Application->recallObject('FileHelper');