]> git.sur5r.net Git - bacula/bacula/commitdiff
ebl Fix a bug in user edition
authorEric Bollengier <eric@eb.homelinux.org>
Thu, 27 Dec 2007 20:41:51 +0000 (20:41 +0000)
committerEric Bollengier <eric@eb.homelinux.org>
Thu, 27 Dec 2007 20:41:51 +0000 (20:41 +0000)
git-svn-id: https://bacula.svn.sourceforge.net/svnroot/bacula/trunk@6147 91ce42f0-d328-0410-95d8-f526ca767f89

gui/bweb/lib/Bweb.pm
gui/bweb/technotes-2.3

index c0bb76dbaed09e6f717cb74d8642b45ad9094c50..6b27b1834c619148e556bb22aa7afbb5ee7d23e3 100644 (file)
@@ -3316,10 +3316,10 @@ ORDER BY rolename
         username => $userp->{username},
         comment => $userp->{comment},
         passwd => $userp->{passwd},
-       lang => $userp->{lang},
-       use_acl => $userp->{use_acl},
-       db_client_groups => $arg->{db_client_groups},
-       client_group => [ values %$scg ],
+        lang => $userp->{tpl},
+        use_acl => $userp->{use_acl},
+        db_client_groups => $arg->{db_client_groups},
+        client_group => [ values %$scg ],
         db_roles => [ values %$role], 
     }, "display_user.tpl");
 }
index 9ddeabf23dcaae2605acb799b09b11fd2f4a0336..8f04e53b2fb1b5165b911e461142ddbfa52e7734 100644 (file)
@@ -1,4 +1,5 @@
 27Dec07
+ebl  Fix a bug in user edition.
 ebl  Add Jobs -> Missing Job feature. Now, you can
      check if jobs are missing or have to be re-run.
 ebl  Add begin/end param to Bweb::Sched object