[freeside-commits] branch master updated. 16be5a799284b89137ec1802129de29f2b262c46
Mike Robinson
miker at 420.am
Mon Apr 30 06:47:54 PDT 2012
The branch, master has been updated
via 16be5a799284b89137ec1802129de29f2b262c46 (commit)
from 6de273cb557e348321756f3e4152be0e247c4b69 (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
commit 16be5a799284b89137ec1802129de29f2b262c46
Author: Mike Robinson <miker at freeside.biz>
Date: Mon Apr 30 08:47:24 2012 -0500
Check indentation. #14919
diff --git a/FS/FS/option_Common.pm b/FS/FS/option_Common.pm
index b29cf44..40b12cf 100644
--- a/FS/FS/option_Common.pm
+++ b/FS/FS/option_Common.pm
@@ -208,8 +208,8 @@ sub replace {
my $error;
if ($options_supplied) {
- $error = $self->check_options($options);
- if ( $error ) {
+ $error = $self->check_options($options);
+ if ( $error ) {
$dbh->rollback if $oldAutoCommit;
return $error;
}
-----------------------------------------------------------------------
Summary of changes:
FS/FS/option_Common.pm | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
More information about the freeside-commits
mailing list