ここの情報は古いです。ご理解頂いた上でお取り扱いください。

Changeset 776


Ignore:
Timestamp:
Nov 19, 2006, 9:03:14 PM (17 years ago)
Author:
takanashi
Message:

r764のtrunkへの取り込み

File:
1 edited

Legend:

Unmodified
Added
Removed
  • OpenPNE/trunk/webapp/lib/util/cache.php

    r751 r776  
    120120function cache_drop_c_commu_topic($c_commu_topic_id)
    121121{
    122     pne_cache_drop('p_c_home_new_topic_comment4c_commu_id', $c_commu_topic_id, 7);
    123     pne_cache_drop('p_c_home_new_topic_comment4c_commu_id', $c_commu_topic_id, 7, 1);
     122    pne_cache_drop('db_commu_new_topic_comment4c_commu_id', $c_commu_topic_id, 7);
     123    pne_cache_drop('db_commu_new_topic_comment4c_commu_id', $c_commu_topic_id, 7, 0);
     124    pne_cache_drop('db_commu_new_topic_comment4c_commu_id', $c_commu_topic_id, 7, 1);
    124125}
    125126
Note: See TracChangeset for help on using the changeset viewer.