Project

General

Profile

Actions

Bug #16184

closed

t3lib_div::arrayToLogString: empty field passed as empty string doesn't work

Added by Martin Kutschker over 18 years ago. Updated over 18 years ago.

Status:
Closed
Priority:
Should have
Category:
Backend User Interface
Target version:
-
Start date:
2006-05-26
Due date:
% Done:

0%

Estimated time:
TYPO3 Version:
4.0
PHP Version:
4
Tags:
Complexity:
Is Regression:
Sprint Focus:

Description

explode(',', '') generates an array with one element (an empty string), so no logging takes place.

Better use t3lib_div::trimExplode(',', '', 1). This will create an empty array from an empty string.

(issue imported from #M3565)

No data to display

Actions

Also available in: Atom PDF