[Bps-public-commit] rt-extension-assets-import-csv branch, master, updated. 1.4-4-gbd29ad4

Shawn Moore shawn at bestpractical.com
Thu Feb 11 16:44:46 EST 2016


The branch, master has been updated
       via  bd29ad4773d3b3d22baf04550dd3fb6b928668aa (commit)
      from  d107b54f8921279ab82dc64ed16e7bf307e0626a (commit)

Summary of changes:
 bin/rt-assets-import-csv.in | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

- Log -----------------------------------------------------------------
commit bd29ad4773d3b3d22baf04550dd3fb6b928668aa
Author: Shawn M Moore <shawn at bestpractical.com>
Date:   Thu Feb 11 21:44:10 2016 +0000

    CleanEnv has been removed from RT

diff --git a/bin/rt-assets-import-csv.in b/bin/rt-assets-import-csv.in
index 6a2da03..944c309 100755
--- a/bin/rt-assets-import-csv.in
+++ b/bin/rt-assets-import-csv.in
@@ -24,9 +24,8 @@ if ($opt{mdy} and $opt{dmy}) {
 }
 
 use RT;
-use RT::Interface::CLI qw(CleanEnv GetCurrentUser);
+use RT::Interface::CLI qw(GetCurrentUser);
 
-CleanEnv();
 if ($opt{config}) {
     die "Can't find configuration file $opt{config}" unless -f $opt{config};
     no warnings 'redefine';

-----------------------------------------------------------------------


More information about the Bps-public-commit mailing list