Changeset 457
- Timestamp:
- Oct 14, 2006, 12:31:40 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
OpenPNE/branches/tejima/prj_db_refine/webapp/lib/db/db_deplicated_ojima.php
r453 r457 20 20 } 21 21 22 23 /** 24 * @copyright 2005-2006 OpenPNE Project 25 * @license http://www.php.net/license/3_01.txt PHP License 3.01 26 */ 27 28 // 前日のアクセスランキング 29 function p_h_ranking_c_ashiato_ranking($limit = 10) 30 { 31 return p_h_ranking_c_ashiato_ranking($limit = 10); 32 } 33 34 function p_h_ranking_c_friend_ranking($limit = 10) 35 { 36 return p_h_ranking_c_friend_ranking($limit = 10); 37 } 38 39 function p_h_ranking_c_commu_member_ranking($limit = 10) 40 { 41 return p_h_ranking_c_commu_member_ranking($limit = 10); 42 } 43 44 // 前日のランキング 45 function p_h_ranking_c_commu_topic_comment_ranking($limit = 10) 46 { 47 return p_h_ranking_c_commu_topic_comment_ranking($limit = 10); 48 } 49 22 50 ?>
Note: See TracChangeset
for help on using the changeset viewer.