[Rt-commit] rtir branch, 2.6-trunk, updated. 2.6.0-14-g5f728aa
Jesse Vincent
jesse at bestpractical.com
Tue Jan 11 10:59:53 EST 2011
The branch, 2.6-trunk has been updated
via 5f728aa66e844e0de26bec28960d80d3435532c9 (commit)
from 8d9f3043eac6a91f3c720cec6c6363fc42c44d13 (commit)
Summary of changes:
html/RTIR/Tools/Elements/ToolResultsIframe | 1 -
1 files changed, 0 insertions(+), 1 deletions(-)
- Log -----------------------------------------------------------------
commit 5f728aa66e844e0de26bec28960d80d3435532c9
Author: Jesse Vincent <jesse at bestpractical.com>
Date: Tue Jan 11 10:59:45 2011 -0500
remove stray warning
diff --git a/html/RTIR/Tools/Elements/ToolResultsIframe b/html/RTIR/Tools/Elements/ToolResultsIframe
index 509affa..5159628 100644
--- a/html/RTIR/Tools/Elements/ToolResultsIframe
+++ b/html/RTIR/Tools/Elements/ToolResultsIframe
@@ -11,6 +11,5 @@ $ResearchTool => undef
return unless ($ResearchTool);
my $research_tools = RT->Config->Get('RTIRIframeResearchToolConfig');
my $url = $research_tools->{$ResearchTool}->{URL};
-warn $research_tools->{$ResearchTool}->{URL};
$url =~ s/__SearchTerm__/$q/g;
</%init>
-----------------------------------------------------------------------
More information about the Rt-commit
mailing list