X-Git-Url: http://git.freeside.biz/gitweb/?a=blobdiff_plain;ds=sidebyside;f=rt%2Fetc%2Fupgrade%2F4.0-customfield-checkbox-extension;h=44ae16e00ec17d8ced91fc0fa84f3c6102b9b98a;hb=d21b372b9fbba2546d8a1b586c51a5eb6818ac8a;hp=dc8904e433b8e99601be956870ee6429f5eabddc;hpb=0ed195595b5c7ea404c8848d9d1881ada4214489;p=freeside.git diff --git a/rt/etc/upgrade/4.0-customfield-checkbox-extension b/rt/etc/upgrade/4.0-customfield-checkbox-extension index dc8904e43..44ae16e00 100755 --- a/rt/etc/upgrade/4.0-customfield-checkbox-extension +++ b/rt/etc/upgrade/4.0-customfield-checkbox-extension @@ -3,7 +3,7 @@ # # COPYRIGHT: # -# This software is Copyright (c) 1996-2015 Best Practical Solutions, LLC +# This software is Copyright (c) 1996-2017 Best Practical Solutions, LLC # # # (Except where explicitly superseded by other copyright notices) @@ -53,7 +53,7 @@ use warnings; use lib "/opt/rt3/local/lib"; use lib "/opt/rt3/lib"; -use RT -init +use RT -init; $| = 1;