[Rt-commit] r8406 - in rtir/branches/2.3-EXPERIMENTAL: .
thayes at bestpractical.com
thayes at bestpractical.com
Mon Aug 6 14:00:31 EDT 2007
Author: thayes
Date: Mon Aug 6 14:00:31 2007
New Revision: 8406
Modified:
rtir/branches/2.3-EXPERIMENTAL/ (props changed)
rtir/branches/2.3-EXPERIMENTAL/html/RTIR/Incident/Create.html
Log:
r8604 at toth: toth | 2007-08-06 13:57:46 -0400
* Minor bug fixes
Modified: rtir/branches/2.3-EXPERIMENTAL/html/RTIR/Incident/Create.html
==============================================================================
--- rtir/branches/2.3-EXPERIMENTAL/html/RTIR/Incident/Create.html (original)
+++ rtir/branches/2.3-EXPERIMENTAL/html/RTIR/Incident/Create.html Mon Aug 6 14:00:31 2007
@@ -201,6 +201,7 @@
<%INIT>
my @results;
+my $Duration;
# if there isn't a subject, but there is a child, use that one
my $ChildObj;
@@ -289,7 +290,6 @@
if( $inc_obj ) {
$Id = $ChildObj->id if $ChildObj;
my $lock = $ChildObj->Unlock('Take');
- my $Duration
$Duration = time() - $lock->Content->{'Timestamp'} if $lock;
return $m->comp('Display.html', id => $inc_obj->id, Duration => $Duration, Id => $Id, results => \@results );
}
More information about the Rt-commit
mailing list