4
Hi Geekwright,
I have used the Linux command grep --include=*.php -rnw './' -e "=& new" from Linux command to find all text with "=& new" and edit all "=& new" to "= new". and it worked!!
Thank you very much!!
From Xoops 2.3.3b to Xoops 2.5.9, here all the files I have updated.
./modules/dictionary/reader.php:261: $this->_ole =& new OLERead();
./modules/extcal/class/pear/Calendar/Decorator/Wrapper.php:68: $ret =& new $decorator($Calendar);
./modules/extcal/class/ExtcalPersistableObjectHandler.php:53: $obj =& new $this->className();
./modules/tad_player/class/fckeditor/editor/plugins/ImageManager/Classes/Transform.php:133: $obj =& new $classname;
./modules/thadmin/admin/help.php:25:$tpl =& new XoopsTpl();
./modules/thadmin/admin/index.php:25:$tpl =& new XoopsTpl();
./modules/thadmin/extras/cp_functions.php:57: $admTpl =& new XoopsTpl();
./modules/thadmin/extras/cp_functions.php:198: $admTpl =& new XoopsTpl();
./modules/thadmin/include/cp_functions.php:46: $adminThemeFactory =& new XoopsThAdminThemeFactory();
./modules/tinyd0/admin/mytplsform.php:98: $diff =& new Text_Diff( file( $basefilepath ) , explode("\n",$tpl['tpl_source']) ) ;
./modules/tinyd0/admin/mytplsform.php:99: $renderer =& new Text_Diff_Renderer_unified();
./modules/tinyd0/admin/mytplsform.php:116: $diff =& new Text_Diff( explode("\n",$default_source) , explode("\n",$tpl['tpl_source']) ) ;
./modules/tinyd0/admin/mytplsform.php:117: $renderer =& new Text_Diff_Renderer_unified();