[TYPO3-core] RFC: #0011875: db_list doesn't show '0' values

Bastian Waidelich bastian at typo3.org
Wed Sep 16 12:05:42 CEST 2009


Hi all,

Attached is the patch for your convenience.
And the missing notes:


Type: Bugfix

Branches: trunk

Solution:
For checkboxes I've replaced the empty string by a localized "no" in 
case if ($value) returns FALSE.
For input fields I've replaced if ($value) by if (isset($value)) as 
if('0') would return FALSE.

All the best
Bastian
-------------- next part --------------
An embedded and charset-unspecified text was scrubbed...
Name: 11875_db_list_doesnt_show_0_values.patch
Url: http://lists.netfielders.de/pipermail/typo3-team-core/attachments/20090916/e65804e9/attachment.txt 


More information about the TYPO3-team-core mailing list