Closed (fixed)
Project:
Date
Version:
5.x-1.5
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
20 Apr 2007 at 09:09 UTC
Updated:
25 Jun 2007 at 10:18 UTC
The title "Date of item" is displated even when no date is entered. In a hook_nodeapi I added the following to take this into account:
if(empty($node->field_date_of_entry[0][value])) unset($node->content[field_date_of_entry]);
Comments
Comment #1
wmostrey commented