projects
/
Packages
/
TYPO3.CMS.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d39ac5d
)
added a space after the commas so that in case of many constants no vertical scrollba...
author
Ingo Renner
<ingo.renner@typo3.org>
Sun, 20 Apr 2008 11:55:40 +0000
(11:55 +0000)
committer
Ingo Renner
<ingo.renner@typo3.org>
Sun, 20 Apr 2008 11:55:40 +0000
(11:55 +0000)
git-svn-id: https://svn.typo3.org/TYPO3v4/Core/trunk@3597
709f56b5
-9817-0410-a4d7-
c38de5d9e867
t3lib/class.t3lib_tstemplate.php
patch
|
blob
|
history
diff --git
a/t3lib/class.t3lib_tstemplate.php
b/t3lib/class.t3lib_tstemplate.php
index
0564fc6
..
6e3da80
100755
(executable)
--- a/
t3lib/class.t3lib_tstemplate.php
+++ b/
t3lib/class.t3lib_tstemplate.php
@@
-820,7
+820,7
@@
class t3lib_TStemplate {
$constLen=t3lib_div::intInRange(strcspn($constVal,'}'),0,50);
$theConstList[]='{$'.substr($constVal,0,$constLen+1);
}
- if ($this->tt_track) $GLOBALS['TT']->setTSlogMessage(implode(',',$theConstList).': Constants may remain un-substituted!!',2);
+ if ($this->tt_track) $GLOBALS['TT']->setTSlogMessage(implode(',
',$theConstList).': Constants may remain un-substituted!!',2);
}
// Logging the textual size of the TypoScript Setup field text with all constants substituted: