Changeset 8626
- Timestamp:
- Oct 9, 2008, 1:01:06 PM (11 years ago)
- Location:
- OpenPNE/branches/stable-2.10.x/webapp
- Files:
-
- 4 edited
Legend:
- Unmodified
- Added
- Removed
-
OpenPNE/branches/stable-2.10.x/webapp/lib/smarty_plugins/modifier.t_url2cmd.php
r8621 r8626 11 11 if ($type === 'entry_point') { 12 12 // 置換用に文字列を退避 13 list 13 list($list, $string) = util_replace_patterns_to_marker($string); 14 14 } 15 15 -
OpenPNE/branches/stable-2.10.x/webapp/lib/smarty_plugins/outputfilter.pne_display_emoji.php
r8621 r8626 10 10 if (empty($GLOBALS['__Framework']['carrier'])) { 11 11 // 置換用に文字列を退避 12 list 12 list($list, $tpl_output) = util_replace_patterns_to_marker($tpl_output); 13 13 } 14 14 -
OpenPNE/branches/stable-2.10.x/webapp/modules/ktai/page/fh_diary.php
r4001 r8626 57 57 } 58 58 //コメント 59 list 59 list($c_diary_comment_list, $is_prev, $is_next, $total_num, $total_page_num) 60 60 = k_p_fh_diary_c_diary_comment_list4c_diary_id($target_c_diary_id, $page_size, $page); 61 61 -
OpenPNE/branches/stable-2.10.x/webapp/modules/pc/page/fh_diary.php
r4001 r8626 72 72 } 73 73 74 list 74 list($c_diary_comment_list, $is_next, $is_prev, $total_num, $total_page_num) 75 75 = k_p_fh_diary_c_diary_comment_list4c_diary_id($target_c_diary_id, $page_size, $page); 76 76 $c_diary_comment_list = array_reverse($c_diary_comment_list);
Note: See TracChangeset
for help on using the changeset viewer.