Changeset 8622
- Timestamp:
- Oct 9, 2008, 11:32:15 AM (12 years ago)
- Location:
- OpenPNE/branches/stable-2.12.x/webapp
- Files:
-
- 4 edited
Legend:
- Unmodified
- Added
- Removed
-
OpenPNE/branches/stable-2.12.x/webapp/lib/smarty_plugins/modifier.t_url2cmd.php
r8620 r8622 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.12.x/webapp/lib/smarty_plugins/outputfilter.pne_display_emoji.php
r8620 r8622 14 14 if (empty($GLOBALS['__Framework']['carrier'])) { 15 15 // 置換用に文字列を退避 16 list 16 list($list, $tpl_output) = util_replace_patterns_to_marker($tpl_output); 17 17 } 18 18 -
OpenPNE/branches/stable-2.12.x/webapp/modules/ktai/page/fh_diary.php
r7218 r8622 55 55 $desc = true; 56 56 } 57 list 57 list($c_diary_comment_list, $is_prev, $is_next, $total_num, $total_page_num) 58 58 = k_p_fh_diary_c_diary_comment_list4c_diary_id($target_c_diary_id, $page_size, $page, $desc); 59 59 if ($desc) { -
OpenPNE/branches/stable-2.12.x/webapp/modules/pc/page/fh_diary.php
r7208 r8622 74 74 } 75 75 76 list 76 list($c_diary_comment_list, $is_prev, $is_next, $total_num, $total_page_num) 77 77 = k_p_fh_diary_c_diary_comment_list4c_diary_id($target_c_diary_id, $page_size, $page, $desc); 78 78 if ($desc) {
Note: See TracChangeset
for help on using the changeset viewer.