[freeside-commits] freeside/FS/FS Upgrade.pm,1.15,1.16

Ivan,,, ivan at wavetail.420.am
Tue Jul 15 16:18:54 PDT 2008


Update of /home/cvs/cvsroot/freeside/FS/FS
In directory wavetail.420.am:/tmp/cvs-serv16110

Modified Files:
	Upgrade.pm 
Log Message:
parens help alot

Index: Upgrade.pm
===================================================================
RCS file: /home/cvs/cvsroot/freeside/FS/FS/Upgrade.pm,v
retrieving revision 1.15
retrieving revision 1.16
diff -u -d -r1.15 -r1.16
--- Upgrade.pm	15 Jul 2008 23:17:30 -0000	1.15
+++ Upgrade.pm	15 Jul 2008 23:18:52 -0000	1.16
@@ -122,7 +122,7 @@
       { PrintError => 0, PrintWarn => 0 }
     );
 
-    unless $dbh {
+    unless ($dbh) {
       warn "can't connect to RADIUS database ".
            $part_export->option('datasrc').  ": $DBI::errstr\n";
       next;



More information about the freeside-commits mailing list