XPressME Integration Kit

Trac


Ignore:
Timestamp:
Jun 15, 2016, 9:52:13 AM (8 years ago)
Author:
toemon
Message:

PHP7 対応 Fix #431
thx nao-pon

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/xpressme_integration_kit/wp-content/plugins/xpressme/include/d3forum_comment_disp.php

    r144 r860  
    3434                $xoops_db->query( "UPDATE ".get_xoops_prefix() . $dir_name."_forums SET forum_external_link_format='".$external_link_format."' WHERE forum_id= $forum_id" ) ; 
    3535                 
    36                 $d3comment =& new xpressD3commentContent( $dir_name , $xpress_dirname ) ; 
     36                $d3comment = new xpressD3commentContent( $dir_name , $xpress_dirname ) ; 
    3737 
    3838                $post_title = get_the_title(); 
Note: See TracChangeset for help on using the changeset viewer.