Changeset 600
- Timestamp:
- Nov 6, 2006, 5:02:37 PM (16 years ago)
- Location:
- OpenPNE/branches/ebihara/prj_tuning_2_5/webapp/lib/db
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
OpenPNE/branches/ebihara/prj_tuning_2_5/webapp/lib/db/commu.php
r598 r600 2114 2114 2115 2115 /** 2116 * 掲示板書き込みに画像を追加する 2116 * 掲示板書き込みに画像を追加する(メールからの投稿) 2117 2117 */ 2118 2118 function db_commu_update_c_commu_topic_comment_image($c_commu_topic_comment_id, $image_filename, $image_num) -
OpenPNE/branches/ebihara/prj_tuning_2_5/webapp/lib/db/deprecated_temporary2.php
r546 r600 545 545 } 546 546 547 /*548 549 function db_commu_update_c_commu_topic_comment_images($c_commu_topic_comment_id, $image_filename1, $image_filename2, $image_filename3)550 {551 return db_commu_update_c_commu_topic_comment_images($c_commu_topic_comment_id, $image_filename1, $image_filename2, $image_filename3);552 }553 554 */555 547 556 548 function mail_update_c_commu_topic_comment_image($c_commu_topic_comment_id, $image_filename, $image_num) … … 561 553 function do_c_bbs_delete_c_commu_topic_comment($c_commu_topic_comment_id) 562 554 { 563 return db_commu_ update_c_commu_topic($c_commu_topic_comment_id);555 return db_commu_delete_c_commu_topic_comment($c_commu_topic_comment_id); 564 556 } 565 557 566 558 function do_c_event_edit_update_c_commu_topic($c_commu_topic_id, $topic) 567 559 { 560 return db_commu_update_c_commu_topic($c_commu_topic_id, $topic); 561 } 562 563 564 function do_c_event_edit_update_c_commu_topic_comment($c_commu_topic_id, $topic_comment) 565 { 568 566 return db_commu_update_c_commu_topic_comment($c_commu_topic_id, $topic); 569 567 } 570 568 571 572 function do_c_event_edit_update_c_commu_topic_comment($c_commu_topic_id, $topic_comment)573 {574 return db_commu_update_c_commu_topic_comment($c_commu_topic_id, $topic);575 }576 577 569 function do_c_event_edit_delete_c_commu_topic_comment_image($c_commu_topic_id, $image_num) 578 570 {
Note: See TracChangeset
for help on using the changeset viewer.