Project

General

Profile

Actions

Bug #22147

closed

Log usage of deprecated function fw()

Added by Steffen Gebert almost 15 years ago. Updated over 13 years ago.

Status:
Closed
Priority:
Should have
Assignee:
Category:
-
Target version:
-
Start date:
2010-02-20
Due date:
% Done:

0%

Estimated time:
TYPO3 Version:
4.4
PHP Version:
5.3
Tags:
Complexity:
Is Regression:
Sprint Focus:

Description

typo3/template.php contains the following code

/**
 * Deprecated fontwrap function. Is just transparent now.
 *
 * @param    string        Input string
 * @return    string        Output string (in the old days this was wrapped in <font> tags)
 * @deprecated since TYPO3 3.6
 */
function fw($str)    {
    return $str;
}

Log each call to the deprecation log that we can remove this in 4.6

(issue imported from #M13593)


Files

13593.diff (4.67 KB) 13593.diff Administrator Admin, 2010-02-21 10:25
Actions #1

Updated by Steffen Gebert over 14 years ago

In addition to logging, remove all calls to the global function fw()

Actions #2

Updated by Benni Mack over 14 years ago

Committed to trunk (rev. 6936).

Actions #3

Updated by Susanne Moog over 13 years ago

  • Target version deleted (4.4.0)
Actions

Also available in: Atom PDF