Changeset 662
- Timestamp:
- Nov 9, 2006, 11:00:08 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
OpenPNE/branches/ebihara/prj_tuning_2_5/webapp/lib/util/cache.php
r661 r662 115 115 function cache_drop_c_commu_topic($c_commu_topic_id) 116 116 { 117 pne_cache_drop(' p_c_home_new_topic_comment4c_commu_id', $c_commu_topic_id, 7);118 pne_cache_drop(' p_c_home_new_topic_comment4c_commu_id', $c_commu_topic_id, 7, 1);117 pne_cache_drop('db_commu_new_topic_comment4c_commu_id', $c_commu_topic_id, 7); 118 pne_cache_drop('db_commu_new_topic_comment4c_commu_id', $c_commu_topic_id, 7, 1); 119 119 } 120 120
Note: See TracChangeset
for help on using the changeset viewer.