HomeHelpTrac

Ignore:
Timestamp:
04/06/09 22:50:09 (3 years ago)
Author:
Andrey Prikaznov
Message:
 
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/inc/classes/BxDolVoting.php

    r9285 r9984  
    2323 
    2424define( 'BX_PERIOD_PER_VOTE', 7 * 86400 ); 
    25 define( 'VOTE_CACHE_FILE', BX_DIRECTORY_PATH_DBCACHE . 'VoteObjects.inc' ); 
     25define( 'VOTE_CACHE_FILE', BX_DIRECTORY_PATH_DBCACHE . 'sys_objects_vote.inc' ); 
    2626 
    2727class BxDolVoting extends BxDolMistake 
     
    8383            // cache is empty | load data from DB 
    8484 
    85             $sQuery  = "SELECT * FROM `VoteObjects`"; 
     85            $sQuery  = "SELECT * FROM `sys_objects_vote`"; 
    8686            $rResult = db_res($sQuery); 
    8787 
Note: See TracChangeset for help on using the changeset viewer.