X-Git-Url: http://git.freeside.biz/gitweb/?p=freeside.git;a=blobdiff_plain;f=FS%2FFS%2FMason.pm;h=88198dd05e46062d654697b312eb3ec7452909fd;hp=5cecefd7ce4cabdfae35f708246826417a682cfe;hb=4d10679f7b649d9343f74503b14d17fc2831c40f;hpb=9da190548d79840cbf04c1e2b65dff386ceb2963 diff --git a/FS/FS/Mason.pm b/FS/FS/Mason.pm index 5cecefd7c..88198dd05 100644 --- a/FS/FS/Mason.pm +++ b/FS/FS/Mason.pm @@ -422,7 +422,7 @@ if ( -e $addl_handler_use_file ) { use vars qw($m); # false laziness w/below - if ( defined(@DBIx::Profile::ISA) ) { + if ( @DBIx::Profile::ISA ) { if ( $FS::CurrentUser::CurrentUser->option('show_db_profile') ) { @@ -482,7 +482,7 @@ if ( -e $addl_handler_use_file ) { use vars qw($m); $m->clear_buffer; #false laziness w/above - if ( defined(@DBIx::Profile::ISA) ) { + if ( @DBIx::Profile::ISA ) { if ( $FS::CurrentUser::CurrentUser->option('show_db_profile') ) {