Changeset 10875
- Timestamp:
- Feb 26, 2009, 2:27:23 PM (13 years ago)
- Location:
- OpenPNE/trunk/webapp
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
OpenPNE/trunk/webapp/lib/db/commu.php
r10822 r10875 1905 1905 1906 1906 // 作成可能なコミュニティカテゴリリストを取得 1907 function db_commu_c_commu_category4createflag()1908 {1909 return db_commu_c_commu_category4is_create_commu();1910 }1911 1907 function db_commu_c_commu_category4is_create_commu() 1912 1908 { -
OpenPNE/trunk/webapp/modules/pc/page/h_com_find_all.php
r10822 r10875 58 58 59 59 // 作成可コミュニティの有無 60 $c_commu_category4createflag_num = count(db_commu_c_commu_category4 createflag());60 $c_commu_category4createflag_num = count(db_commu_c_commu_category4is_create_commu()); 61 61 $is_created_commu = ( $c_commu_category4createflag_num > 0 ) ? true : false; 62 62 $this->set('is_created_commu', $is_created_commu);
Note: See TracChangeset
for help on using the changeset viewer.