ispman/lib/ISPMan UserMan.pm,1.66,1.67
Joerg Delker <[email protected]> Thu, 19 Apr 2007 22:10:44 +0000
| Newsgroups | gmane.comp.isp.ispman.cvs |
|---|---|
| Message-ID | <[email protected]> |
Update of /cvsroot/ispman/ispman/lib/ISPMan
In directory sc8-pr-cvs2.sourceforge.net:/tmp/cvs-serv5461/lib/ISPMan
Modified Files:
UserMan.pm
Log Message:
fixed bug [ 1694116 ] Adjusting Quota from Admin UI takes wrong UID
Index: UserMan.pm
===================================================================
RCS file: /cvsroot/ispman/ispman/lib/ISPMan/UserMan.pm,v
retrieving revision 1.66
retrieving revision 1.67
diff -u -d -r1.66 -r1.67
--- UserMan.pm 18 Apr 2007 22:36:34 -0000 1.66
+++ UserMan.pm 19 Apr 2007 22:10:42 -0000 1.67
@@ -439,7 +439,7 @@
if ( $userInfo->{'mailHost'} && $r->param("mailQuota") ) {
my $quota = $r->param("mailQuota") * 1024;
- my $mailbox = $r->param("uid");
+ my $mailbox = $r->param("mailLocalAddress");
unless ( $quota == $userInfo->{'mailQuota'} ) {
$data->{'mailQuota'} = $quota;
$self->addProcessToHost(
-------------------------------------------------------------------------
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/