From: ivan Date: Tue, 15 Jul 2008 23:18:52 +0000 (+0000) Subject: parens help alot X-Git-Tag: root_of_webpay_support~481 X-Git-Url: http://git.freeside.biz/gitweb/?a=commitdiff_plain;h=8b64d9bb440a7a5564d79cedb3189514b5179f44;p=freeside.git parens help alot --- diff --git a/FS/FS/Upgrade.pm b/FS/FS/Upgrade.pm index 37167a8af..55eed8ea1 100644 --- a/FS/FS/Upgrade.pm +++ b/FS/FS/Upgrade.pm @@ -122,7 +122,7 @@ sub upgrade_sqlradius { { PrintError => 0, PrintWarn => 0 } ); - unless $dbh { + unless ($dbh) { warn "can't connect to RADIUS database ". $part_export->option('datasrc'). ": $DBI::errstr\n"; next;