]> git.uio.no Git - usit-rt.git/blobdiff - share/html/Admin/Elements/ShowKeyInfo
Upgrade to 4.0.10.
[usit-rt.git] / share / html / Admin / Elements / ShowKeyInfo
index 2ec319a63ba108c19bce2cd898c94437daa33df5..71b58cfed9f5c53a02587377d1d827c6c207ddcd 100644 (file)
@@ -2,7 +2,7 @@
 %#
 %# COPYRIGHT:
 %#
-%# This software is Copyright (c) 1996-2012 Best Practical Solutions, LLC
+%# This software is Copyright (c) 1996-2013 Best Practical Solutions, LLC
 %#                                          <sales@bestpractical.com>
 %#
 %# (Except where explicitly superseded by other copyright notices)
@@ -80,7 +80,6 @@ $EmailAddress
 $Type => 'public'
 </%ARGS>
 <%INIT>
-return if ($m->cache_self( key => join("||",$EmailAddress,$Type, $$), expires_in => '2 minutes'));
 require RT::Crypt::GnuPG;
 my %res = RT::Crypt::GnuPG::GetKeyInfo( $EmailAddress, $Type );