Typo in a (not yet used) function !

SVN:trunk[1565]
This commit is contained in:
Denis Flaven
2011-09-08 15:29:35 +00:00
parent 9aca772209
commit cbb40b85dc

View File

@@ -134,7 +134,7 @@ class SLAComputationAddOnAPI
*/
public static function GetOpenDuration($oTicket, DateTime $oStartDate, DateTime $oEndDate)
{
return abs($oEndDate->format('U') - $oStartDate-format('U'));
return abs($oEndDate->format('U') - $oStartDate->format('U'));
}
}
SLAComputation::SelectModule('SLAComputationAddOnAPI');