Subversion-Projekte lars-tiefland.em_wm

Revision

Revision 132 | Ganze Datei anzeigen | Leerzeichen ignorieren | Details | Blame | Letzte Änderung | Log anzeigen | RSS feed

Revision 132 Revision 133
Zeile 2... Zeile 2...
2
    require ( "include/common.php" );
2
    require ( "include/common.php" );
3
    $smarty->assign( "title", $common["final_result"] );
3
    $smarty->assign( "title", $common["final_result"] );
4
    //$smarty->caching = true;
4
    //$smarty->caching = true;
5
    $smarty->cache_lifetime = 86400;
5
    $smarty->cache_lifetime = 86400;
6
    define( "CACHE_ID", $u_loc . "|0" );
6
    define( "CACHE_ID", $u_loc . "|0" );
7
    if ( !$smarty->is_cached("result.tpl", CAHCE_ID) )
7
    if ( !$smarty->iscached("result.tpl", CAHCE_ID) )
8
    {
8
    {
9
        if ( $config->type == "WC" )
9
        if ( $config->type == "WC" )
10
        {
10
        {
11
            $sql = "SELECT * FROM games WHERE g_type IN (5,6)";
11
            $sql = "SELECT * FROM games WHERE g_type IN (5,6)";
12
        }
12
        }