Actions
Bug #16439
closedbug in template.php
Start date:
2006-08-07
Due date:
% Done:
0%
Estimated time:
TYPO3 Version:
4.0
PHP Version:
4
Tags:
Complexity:
Is Regression:
Sprint Focus:
Description
function startPage($title) {
has
$tabJScode = '';
if (!$BE_USER->uc['disableTabInTextarea']) {
but the function is missing
global $BE_USER;
after
function startPage($title) {
the conditions doesn't have now effect
(issue imported from #M3990)
Actions