diff options
author | Anika Henke <anika@selfthinker.org> | 2013-02-18 01:08:40 +0000 |
---|---|---|
committer | Anika Henke <anika@selfthinker.org> | 2013-02-18 01:08:40 +0000 |
commit | c33b315b06b3a52a61cb1ecc2b3beadd4ecd0311 (patch) | |
tree | 3852a81d98ff6795c53a454d266ae9def63f11e2 /_cs/DokuWiki/Sniffs/PHP/DeprecatedFunctionsSniff.php | |
parent | eda319e6664ad3c786312ffee7ce7cfbfa4eda1c (diff) | |
download | rpg-c33b315b06b3a52a61cb1ecc2b3beadd4ecd0311.tar.gz rpg-c33b315b06b3a52a61cb1ecc2b3beadd4ecd0311.tar.bz2 |
removed a bunch of functions which were deprecated in 2005/2006
Diffstat (limited to '_cs/DokuWiki/Sniffs/PHP/DeprecatedFunctionsSniff.php')
-rw-r--r-- | _cs/DokuWiki/Sniffs/PHP/DeprecatedFunctionsSniff.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/_cs/DokuWiki/Sniffs/PHP/DeprecatedFunctionsSniff.php b/_cs/DokuWiki/Sniffs/PHP/DeprecatedFunctionsSniff.php index ecd4093b8..c5d14377b 100644 --- a/_cs/DokuWiki/Sniffs/PHP/DeprecatedFunctionsSniff.php +++ b/_cs/DokuWiki/Sniffs/PHP/DeprecatedFunctionsSniff.php @@ -49,6 +49,7 @@ class DokuWiki_Sniffs_PHP_DeprecatedFunctionsSniff extends Generic_Sniffs_PHP_Fo 'search_fulltext' => 'Fulltext Indexer', 'search_regex' => 'Fulltext Indexer', 'tpl_getFavicon' => 'tpl_getMediaFile', + 'p_cached_xhtml' => 'p_cached_output', ); /** |