Changeset 2395
- Timestamp:
- Apr 4, 2007, 5:37:41 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
OpenPNE/branches/2_6/webapp/lib/util/cache.php
r2079 r2395 121 121 $c_commu_bbs_list = array_merge($c_commu_topic_list, $c_commu_event_list); 122 122 123 foreach ($c_commu_bbs_list as $c_commu_topic_id) 124 { 123 foreach ($c_commu_bbs_list as $c_commu_topic_id) { 125 124 $c_commu_topic_id = (int)$c_commu_topic_id; 126 125 cache_drop_c_commu_topic($c_commu_topic_id); 127 126 $c_commu_topic_id = (string)$c_commu_topic_id; 128 127 cache_drop_c_commu_topic($c_commu_topic_id); 128 } 129 130 $c_commu_member_list = db_commu_c_commu_member_list4c_commu_id($c_commu_id); 131 foreach ($c_commu_member_list as $c_member_id) { 132 cache_drop_c_commu_list4c_member_id($c_member_id); 129 133 } 130 134 }
Note: See TracChangeset
for help on using the changeset viewer.