Index: branches/unlabeled/unlabeled-1.3.4/core/units/stylesheets/stylesheets_item.php =================================================================== diff -u -N -r3257 -r3323 --- branches/unlabeled/unlabeled-1.3.4/core/units/stylesheets/stylesheets_item.php (.../stylesheets_item.php) (revision 3257) +++ branches/unlabeled/unlabeled-1.3.4/core/units/stylesheets/stylesheets_item.php (.../stylesheets_item.php) (revision 3323) @@ -21,7 +21,7 @@ $ret .= $this->GetDBField('AdvancedCSS'); - $compile_ts = time(); + $compile_ts = adodb_mktime(); $css_path = FULL_PATH.'/kernel/stylesheets/'; $css_file = $css_path.strtolower($this->GetDBField('Name')).'-'.$compile_ts.'.css';