X-Git-Url: http://git.freeside.biz/gitweb/?p=freeside.git;a=blobdiff_plain;f=rt%2Fshare%2Fhtml%2FAdmin%2FElements%2FListGlobalCustomFields;h=39caa42ea88d98a76286c789b470ad3520cc7b3a;hp=1fd8b768b282281cbc10815d27a1cd15bcfbeabc;hb=919e930aa9279b3c5cd12b593889cd6de79d67bf;hpb=fc6209f398899f0211cfcedeb81a3cd65e04a941 diff --git a/rt/share/html/Admin/Elements/ListGlobalCustomFields b/rt/share/html/Admin/Elements/ListGlobalCustomFields index 1fd8b768b..39caa42ea 100755 --- a/rt/share/html/Admin/Elements/ListGlobalCustomFields +++ b/rt/share/html/Admin/Elements/ListGlobalCustomFields @@ -2,7 +2,7 @@ %# %# COPYRIGHT: %# -%# This software is Copyright (c) 1996-2011 Best Practical Solutions, LLC +%# This software is Copyright (c) 1996-2015 Best Practical Solutions, LLC %# %# %# (Except where explicitly superseded by other copyright notices) @@ -56,6 +56,6 @@ % } <%init> -my $CustomFields = new RT::CustomFields ($session{'CurrentUser'}); +my $CustomFields = RT::CustomFields->new ($session{'CurrentUser'}); $CustomFields->LimitToGlobal();