Actions
Bug #14689
closedunwanted default debug output - patch included
Start date:
2005-04-19
Due date:
% Done:
0%
Estimated time:
TYPO3 Version:
PHP Version:
Tags:
Complexity:
Is Regression:
Sprint Focus:
Description
hi!
in the current CVS version, default debug output is shown in the indexed search backend module.
this is due to 2 uncommented debug() lines, which are displayed without checking $indexerConfig['debugMode'] being TRUE or FALSE in SYSEXT:indexed_search\mod\index.php.
provided is a patch that checks whether debugMode is set or not and shows debug messages accordingly.
greets
rainer
(issue imported from #M998)
Files
Actions