diff options
author | ivan <ivan> | 2008-07-15 23:18:53 +0000 |
---|---|---|
committer | ivan <ivan> | 2008-07-15 23:18:53 +0000 |
commit | 0a2d11479a11e7aafc6e7a6273d51c74784b2839 (patch) | |
tree | 7e58f4efb0b50366ea0a685f824ed5f7c49afb9d | |
parent | d03ca43525df0de2413a879b529679459ad7a180 (diff) |
parens help alot
-rw-r--r-- | FS/FS/Upgrade.pm | 2 |
1 files changed, 1 insertions, 1 deletions
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; |