ispman/lib/ISPMan DomainMan.pm,1.82,1.83

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-serv8834/lib/ISPMan

Modified Files:
	DomainMan.pm 
Log Message:
fixed error on domain delete

Index: DomainMan.pm
===================================================================
RCS file: /cvsroot/ispman/ispman/lib/ISPMan/DomainMan.pm,v
retrieving revision 1.82
retrieving revision 1.83
diff -u -d -r1.82 -r1.83
--- DomainMan.pm	30 Dec 2004 16:59:17 -0000	1.82
+++ DomainMan.pm	9 Oct 2005 17:55:43 -0000	1.83
@@ -425,7 +425,7 @@
     my $users = $self->getUsers($domain);
 
     for ( keys %$users ) {
-        $self->killUser( $users->{$_} );
+        $self->killUser( $_ );
     }
 
     # delete all vhosts of domain
@@ -726,7 +726,7 @@
    return the DN of the domain.
    
    If you want the DN of the domain, use this method.
-   Do not recreate the domain´s DN by concatinating 
+   Do not recreate the domain?s DN by concatinating 
    ispmanDomain=name, ldapBaseDN
    
 
@@ -842,14 +842,14 @@
 my $domInfo=$ispman->getDomainInfo("developer.ch");
 
 
-Getting domain info by passing a domain´s DN
+Getting domain info by passing a domain?s DN
 my $domInfo=$ispman->getDomainInfo("ispmanDomain=developer.ch, o=4unet");
 
 The first time this function is called, it searches the LDAP directory for 
 all domains and caches the result. Every subsequent request gets a cached result. 
 (slow for diconnected access , extremely fast with mod_perl)
 
-You can pass optionally a positive value so that you don´t get a cached result.
+You can pass optionally a positive value so that you don?t get a cached result.
 
 I<EXAMPLE>
 



-------------------------------------------------------
This SF.Net email is sponsored by:
Power Architecture Resource Center: Free content, downloads, discussions,
and more. http://solutions.newsforge.com/ibmarch.tmpl
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.