Changeset 56 for www/forum/cache/sql_da6f73f653f601078dd5d04fd5410547.php
- Timestamp:
- Feb 26, 2008, 6:23:22 AM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
www/forum/cache/sql_da6f73f653f601078dd5d04fd5410547.php
r54 r56 3 3 /* SELECT s.style_id, t.template_storedb, t.template_path, t.template_id, t.bbcode_bitfield, c.theme_path, c.theme_name, c.theme_storedb, c.theme_id, i.imageset_path, i.imageset_id, i.imageset_name 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 3878594) ? true : false;5 $expired = (time() > 1204006881) ? true : false; 6 6 if ($expired) { return; } 7 7
Note:
See TracChangeset
for help on using the changeset viewer.