[freeside-commits] freeside/FS/FS Upgrade.pm,1.1.2.14,1.1.2.15
Ivan,,,
ivan at wavetail.420.am
Tue Jul 15 16:18:55 PDT 2008
Update of /home/cvs/cvsroot/freeside/FS/FS
In directory wavetail.420.am:/tmp/cvs-serv16114
Modified Files:
Tag: FREESIDE_1_7_BRANCH
Upgrade.pm
Log Message:
parens help alot
Index: Upgrade.pm
===================================================================
RCS file: /home/cvs/cvsroot/freeside/FS/FS/Upgrade.pm,v
retrieving revision 1.1.2.14
retrieving revision 1.1.2.15
diff -u -d -r1.1.2.14 -r1.1.2.15
--- Upgrade.pm 15 Jul 2008 23:17:31 -0000 1.1.2.14
+++ Upgrade.pm 15 Jul 2008 23:18:53 -0000 1.1.2.15
@@ -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