ispman/lib/ISPMan DomainMan.pm,1.55.2.3,1.55.2.4
Joerg Delker <[email protected]>
| Newsgroups | gmane.comp.isp.ispman.cvs |
|---|---|
| Message-ID | <[email protected]> |
Update of /cvsroot/ispman/ispman/lib/ISPMan
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv18096/lib/ISPMan
Modified Files:
Tag: rel_1_1-bugfixes
DomainMan.pm
Log Message:
fixed bug [ 926774 ] locked domain not editable by admin
Index: DomainMan.pm
===================================================================
RCS file: /cvsroot/ispman/ispman/lib/ISPMan/DomainMan.pm,v
retrieving revision 1.55.2.3
retrieving revision 1.55.2.4
diff -u -d -r1.55.2.3 -r1.55.2.4
--- DomainMan.pm 30 Apr 2004 23:37:55 -0000 1.55.2.3
+++ DomainMan.pm 1 May 2004 22:53:34 -0000 1.55.2.4
@@ -1140,7 +1140,8 @@
if ($self->isDomainLocked($domain) eq "true"){
- if ($self->domainLockedBy($domain) eq $self->{'REMOTE_USER'}) {
+ if ($self->domainLockedBy($domain) eq $self->{'REMOTE_USER'} ||
+ $self->requiredAdminLevel(100)) {
return 1;
} else {
return 0;
-------------------------------------------------------
This SF.Net email is sponsored by: Oracle 10g
Get certified on the hottest thing ever to hit the market... Oracle 10g.
Take an Oracle 10g class now, and we'll give you the exam FREE.
http://ads.osdn.com/?ad_id=3149&alloc_id=8166&op=click