date_submitted is empty ???
Posted: 12 Dec 2008, 20:23
Hi,
I'm writing my own "custom_function_override_changelog_print_issue".
Within this function I want to display the date of submitting.
But the output for the date is: "1970-01-01".
To narrow down the problem I put
echo("sub: $t_bug->date_submitted");
echo("upd: $t_bug->last_updated");
into my code. The output is:
sub: upd: 1229099296
The date_submitted entry is empty which is of course not true!
Can anybody explain this?
--Uwe
I'm writing my own "custom_function_override_changelog_print_issue".
Within this function I want to display the date of submitting.
But the output for the date is: "1970-01-01".
To narrow down the problem I put
echo("sub: $t_bug->date_submitted");
echo("upd: $t_bug->last_updated");
into my code. The output is:
sub: upd: 1229099296
The date_submitted entry is empty which is of course not true!
Can anybody explain this?
--Uwe