summaryrefslogtreecommitdiff
path: root/LedgerSMB/DBObject/Admin.pm
diff options
context:
space:
mode:
authoraurynn_cmd <aurynn_cmd@4979c152-3d1c-0410-bac9-87ea11338e46>2008-07-25 22:24:06 +0000
committeraurynn_cmd <aurynn_cmd@4979c152-3d1c-0410-bac9-87ea11338e46>2008-07-25 22:24:06 +0000
commitf9661818f7f77d88ad9b36f6b9dce0e9482977d4 (patch)
tree621b65e9443220cb7b340409c6f6874bbe826c37 /LedgerSMB/DBObject/Admin.pm
parent0003863c90637aa352d330895c4ff2d1a4a00cc8 (diff)
Reconciliation changes. Moving code around, copying Reconciliation to DBObject. Bugsquishes and work on testing.
git-svn-id: https://ledger-smb.svn.sourceforge.net/svnroot/ledger-smb/trunk@2221 4979c152-3d1c-0410-bac9-87ea11338e46
Diffstat (limited to 'LedgerSMB/DBObject/Admin.pm')
-rw-r--r--LedgerSMB/DBObject/Admin.pm3
1 files changed, 2 insertions, 1 deletions
diff --git a/LedgerSMB/DBObject/Admin.pm b/LedgerSMB/DBObject/Admin.pm
index fae330a8..67218005 100644
--- a/LedgerSMB/DBObject/Admin.pm
+++ b/LedgerSMB/DBObject/Admin.pm
@@ -112,9 +112,10 @@ sub save_roles {
# These roles are were ALL checked on the page, so they're the active ones.
- if ($active_roles{$role} && $self->{$role}) {
+ if ( $active_roles{$role} && $self->{$role} ) {
# do nothing.
+ ;
}
elsif ($active_roles{$role} && !($self->{$role} )) {