From: <var...@us...> - 2012-12-27 11:05:02
|
Revision: 8690 http://phpwiki.svn.sourceforge.net/phpwiki/?rev=8690&view=rev Author: vargenau Date: 2012-12-27 11:04:56 +0000 (Thu, 27 Dec 2012) Log Message: ----------- Remove PHP4 comment Modified Paths: -------------- trunk/lib/WikiTheme.php Modified: trunk/lib/WikiTheme.php =================================================================== --- trunk/lib/WikiTheme.php 2012-12-27 11:04:00 UTC (rev 8689) +++ trunk/lib/WikiTheme.php 2012-12-27 11:04:56 UTC (rev 8690) @@ -552,10 +552,6 @@ // //////////////////////////////////////////////////////////////// - //FIXME: PHP 4.1 Warnings - //lib/WikiTheme.php:84: Notice[8]: The call_user_method() function is deprecated, - //use the call_user_func variety with the array(&$obj, "method") syntax instead - function getFormatter($type, $format) { $method = strtolower("get${type}Formatter"); This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |