From fb892d17a5e85860cf1f452d01da3c3fab909119 Mon Sep 17 00:00:00 2001 From: Francois Suter Date: Tue, 18 Aug 2009 12:40:16 +0000 Subject: [PATCH] Code cleanup #11745: Class tx_tstemplateinfo misses phpdoc declaration and SVN Id keyword placeholder git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@5798 709f56b5-9817-0410-a4d7-c38de5d9e867 --- ChangeLog | 1 + .../sysext/tstemplate_info/class.tx_tstemplateinfo.php | 10 +++++++--- 2 files changed, 8 insertions(+), 3 deletions(-) diff --git a/ChangeLog b/ChangeLog index 551f64ea6450..e68de638ab89 100755 --- a/ChangeLog +++ b/ChangeLog @@ -5,6 +5,7 @@ 2009-08-18 Francois Suter * Follow-up to #11373, #11379, #11408: Removed unnecessary use of second parameter in calls to $GLOBALS['LANG']->getLL() + * Code cleanup #11745: Class tx_tstemplateinfo misses phpdoc declaration and SVN Id keyword placeholder 2009-08-14 Rupert Germann diff --git a/typo3/sysext/tstemplate_info/class.tx_tstemplateinfo.php b/typo3/sysext/tstemplate_info/class.tx_tstemplateinfo.php index 3b32da5fd17e..764620d8aa20 100644 --- a/typo3/sysext/tstemplate_info/class.tx_tstemplateinfo.php +++ b/typo3/sysext/tstemplate_info/class.tx_tstemplateinfo.php @@ -24,9 +24,6 @@ * * This copyright notice MUST APPEAR in all copies of the script! ***************************************************************/ -/** - * @author Kasper Skaarhoj - */ /** * [CLASS/FUNCTION INDEX of SCRIPT] * @@ -46,6 +43,13 @@ $GLOBALS['LANG']->includeLLFile('EXT:tstemplate_info/locallang.xml'); +/** + * This class displays the Info/Modify screen of the Web > Template module + * + * @author Kasper Skaarhoj + * + * $Id$ + */ class tx_tstemplateinfo extends t3lib_extobjbase { public $tce_processed = false; // indicator for t3editor, whether data is stored -- 2.20.1