[Rt-commit] r5168 - in rtfm/branches/2.1-TESTING: .
ruz at bestpractical.com
ruz at bestpractical.com
Fri May 5 18:32:20 EDT 2006
Author: ruz
Date: Fri May 5 18:32:19 2006
New Revision: 5168
Modified:
rtfm/branches/2.1-TESTING/ (props changed)
rtfm/branches/2.1-TESTING/html/Callbacks/RTFM/Ticket/Update.html/BeforeMessageBox
Log:
r249 at cubic-pc: cubic | 2006-04-04 21:13:44 +0400
* drop unint warnings
Modified: rtfm/branches/2.1-TESTING/html/Callbacks/RTFM/Ticket/Update.html/BeforeMessageBox
==============================================================================
--- rtfm/branches/2.1-TESTING/html/Callbacks/RTFM/Ticket/Update.html/BeforeMessageBox (original)
+++ rtfm/branches/2.1-TESTING/html/Callbacks/RTFM/Ticket/Update.html/BeforeMessageBox Fri May 5 18:32:19 2006
@@ -17,7 +17,7 @@
%# END LICENSE BLOCK
% my %uri;
-% $uri{$_}++ for split ' ', $ARGS{$ARGS{'id'}.'-RefersTo'};
+% $uri{$_}++ for split ' ', ($ARGS{$ARGS{'id'}.'-RefersTo'} || '');
% foreach my $arg (keys %ARGS) {
% if ($arg =~ /^RTFM-Include-Article-(\d+)$/) {
% my $art = RT::FM::Article->new($session{'CurrentUser'});
More information about the Rt-commit
mailing list