X-Git-Url: http://git.freeside.biz/gitweb/?p=freeside.git;a=blobdiff_plain;f=FS%2FFS%2FMason.pm;h=9174ec3755d4799c4c13f66a04606fcaa334ace6;hp=651cc95a462289ca6f7d25dd3936bfbb4b3312ba;hb=864249a2b23248f86aa73dc355f470e7426b4de5;hpb=082e62dc812df1053abe7fcf1042f9a3feaeb6f5 diff --git a/FS/FS/Mason.pm b/FS/FS/Mason.pm index 651cc95a4..9174ec375 100644 --- a/FS/FS/Mason.pm +++ b/FS/FS/Mason.pm @@ -462,7 +462,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') ) { @@ -522,7 +522,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') ) {