Actions
Bug #15734
closedEM: Call-time pass-by-reference has been deprecated
Status:
Closed
Priority:
Should have
Assignee:
Category:
Extension Manager
Target version:
-
Start date:
2006-02-27
Due date:
% Done:
0%
Estimated time:
TYPO3 Version:
4.0
PHP Version:
5
Tags:
Complexity:
Is Regression:
Sprint Focus:
Description
This is for the latest CVS version:
( * $Id: index.php,v 1.51.2.8 2006/02/26 15:31:08 k-fish Exp $)
Warning: Call-time pass-by-reference has been deprecated - argument passed by value; If you would like to pass it by reference, modify the declaration of [runtime function name](). If you would like to enable call-time pass-by-reference, you can set allow_call_time_pass_reference to true in your INI file. However, future versions may not support this any longer. in /var/www/html/TYPO3core/typo3/mod/tools/em/index.php on line 2466
(issue imported from #M2712)
Updated by Wolfgang Klinger over 18 years ago
this line:
$GLOBALS['LANG']->csConvObj->convArray(&$data,'utf-8',$GLOBALS['LANG']->charSet);
Actions