[freeside-commits] freeside/rt/lib/RT Ticket_Overlay.pm, 1.16, 1.16.2.1
Ivan,,,
ivan at wavetail.420.am
Mon Feb 21 16:17:10 PST 2011
Update of /home/cvs/cvsroot/freeside/rt/lib/RT
In directory wavetail.420.am:/tmp/cvs-serv19736
Modified Files:
Tag: FREESIDE_2_1_BRANCH
Ticket_Overlay.pm
Log Message:
another one of those "not sure why this never caused problems before" things
Index: Ticket_Overlay.pm
===================================================================
RCS file: /home/cvs/cvsroot/freeside/rt/lib/RT/Ticket_Overlay.pm,v
retrieving revision 1.16
retrieving revision 1.16.2.1
diff -u -w -d -r1.16 -r1.16.2.1
--- Ticket_Overlay.pm 10 Sep 2010 06:17:04 -0000 1.16
+++ Ticket_Overlay.pm 22 Feb 2011 00:17:08 -0000 1.16.2.1
@@ -2,8 +2,8 @@
#
# COPYRIGHT:
#
-# This software is Copyright (c) 1996-2009 Best Practical Solutions, LLC
-# <jesse at bestpractical.com>
+# This software is Copyright (c) 1996-2011 Best Practical Solutions, LLC
+# <sales at bestpractical.com>
#
# (Except where explicitly superseded by other copyright notices)
#
@@ -81,6 +81,7 @@
use RT::Reminders;
use RT::URI::fsck_com_rt;
use RT::URI;
+use RT::URI::freeside;
use MIME::Entity;
@@ -229,7 +230,7 @@
the ticket id to be linked to as a value (or a URI when linking to other objects).
Multiple links of the same type can be created by passing an array ref. For example:
- Parent => 45,
+ Parents => 45,
DependsOn => [ 15, 22 ],
RefersTo => 'http://www.bestpractical.com',
More information about the freeside-commits
mailing list