Changeset 776
- Timestamp:
- Nov 19, 2006, 9:03:14 PM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
OpenPNE/trunk/webapp/lib/util/cache.php
r751 r776 120 120 function cache_drop_c_commu_topic($c_commu_topic_id) 121 121 { 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); 124 125 } 125 126
Note: See TracChangeset
for help on using the changeset viewer.