Changeset 2267
- Timestamp:
- Mar 26, 2007, 2:47:01 AM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
OpenPNE/branches/develop/2_8RC1/webapp/lib/db/commu.php
r2256 r2267 2297 2297 2298 2298 // c_commu_topic_comment(画像) 2299 $sql = 'SELECT image_filename1, image_filename2, image_filename3 ' .2299 $sql = 'SELECT image_filename1, image_filename2, image_filename3, filename' . 2300 2300 ' FROM c_commu_topic_comment WHERE c_commu_topic_id = ?'; 2301 2301 $params = array(intval($c_commu_topic_id)); … … 2306 2306 image_data_delete($topic_comment['image_filename2']); 2307 2307 image_data_delete($topic_comment['image_filename3']); 2308 db_file_delete_c_file($topic_comment['filename']); 2308 2309 } 2309 2310
Note: See TracChangeset
for help on using the changeset viewer.