Skip to content
Snippets Groups Projects
Commit f00fd64a authored by Alessandro Vullo's avatar Alessandro Vullo
Browse files

[ENSCORESW-1716]. Do not return deprecated date default value.

parent 0e9e1bba
No related branches found
No related tags found
No related merge requests found
......@@ -1020,7 +1020,7 @@ sub from_seconds_to_date {
if ($seconds) {
return $self->_driver_object->from_seconds_to_date($seconds);
}
return '"0000-00-00 00:00:00"'; # should this use DBI's quote() ?
return;
}
=head2 sql_helper
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment