Skip to content
Snippets Groups Projects
Commit 9923a5f3 authored by M. Hagen's avatar M. Hagen
Browse files

Update class.ticket.php

I think this is a mistake, however not sure.
Tested it my self, works fine.
parent b7467355
Branches
Tags
No related merge requests found
...@@ -1277,10 +1277,10 @@ class Ticket { ...@@ -1277,10 +1277,10 @@ class Ticket {
return $duedate; return $duedate;
break; break;
case 'close_date'; case 'close_date':
$closedate =''; $closedate ='';
if($this->isClosed()) if($this->isClosed())
$duedate = Format::date( $closedate = Format::date(
$cfg->getDateTimeFormat(), $cfg->getDateTimeFormat(),
Misc::db2gmtime($this->getCloseDate()), Misc::db2gmtime($this->getCloseDate()),
$cfg->getTZOffset(), $cfg->getTZOffset(),
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment