Ignore:
Timestamp:
Feb 26, 2008, 6:23:22 AM (17 years ago)
Author:
george
Message:

Odstraneni konfiguračního souboru fora

File:
1 edited

Legend:

Unmodified
Added
Removed
  • www/forum/cache/sql_da6f73f653f601078dd5d04fd5410547.php

    r54 r56  
    33/* 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 */
    44
    5 $expired = (time() > 1203878594) ? true : false;
     5$expired = (time() > 1204006881) ? true : false;
    66if ($expired) { return; }
    77
Note: See TracChangeset for help on using the changeset viewer.