Changeset 479
- Timestamp:
- Oct 14, 2006, 1:10:29 PM (16 years ago)
- Location:
- OpenPNE/branches/tejima/prj_db_refine/webapp/lib/db
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
OpenPNE/branches/tejima/prj_db_refine/webapp/lib/db/commu.php
r477 r479 49 49 } 50 50 51 function p_c_com_add_is_commu4c_commu_name($c_commu_name)51 function db_commu_is_commu4c_commu_name($c_commu_name) 52 52 { 53 53 $sql = 'SELECT c_commu_id FROM c_commu WHERE name = ?'; -
OpenPNE/branches/tejima/prj_db_refine/webapp/lib/db/deplicated_kunitada.php
r476 r479 13 13 return db_commu_c_commu4c_commu_id_k($c_commu_id); 14 14 } 15 16 function p_c_com_add_is_commu4c_commu_name($c_commu_name) 17 { 18 return db_commu_is_commu4c_commu_name($c_commu_name); 19 } 20 15 21 /* 16 17 function p_c_com_add_is_commu4c_commu_name($c_commu_name)18 {19 return p_c_com_add_is_commu4c_commu_name($c_commu_name);20 }21 22 22 function db_commu_regist_join_list() 23 23 {
Note: See TracChangeset
for help on using the changeset viewer.