Changeset 56 for www/forum/cache/sql_32fa25d4c4945a3d4abf8056cf94e175.php
- Timestamp:
- Feb 26, 2008, 6:23:22 AM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
www/forum/cache/sql_32fa25d4c4945a3d4abf8056cf94e175.php
r54 r56 3 3 /* SELECT s.style_id, c.theme_data, c.theme_path, c.theme_name, c.theme_mtime, i.*, t.template_path FROM styles s, styles_template t, styles_theme c, styles_imageset i WHERE s.style_id = 1 AND t.template_id = s.template_id AND c.theme_id = s.theme_id AND i.imageset_id = s.imageset_id */ 4 4 5 $expired = (time() > 120 3875968) ? true : false;5 $expired = (time() > 1204003582) ? true : false; 6 6 if ($expired) { return; } 7 7
Note:
See TracChangeset
for help on using the changeset viewer.