ispman/lib CustomerMan.pm,1.26,1.26.2.1

[email protected]
Newsgroups gmane.comp.isp.ispman.cvs
Message-ID <[email protected]>
Update of /cvsroot/ispman/ispman/lib
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv26953

Modified Files:
      Tag: rel_1_1-bugfixes
	CustomerMan.pm 
Log Message:
merging with HEAD. fixing no processname when deleting an ACL bug

Index: CustomerMan.pm
===================================================================
RCS file: /cvsroot/ispman/ispman/lib/CustomerMan.pm,v
retrieving revision 1.26
retrieving revision 1.26.2.1
diff -u -d -r1.26 -r1.26.2.1
--- CustomerMan.pm	14 Jan 2004 02:07:46 -0000	1.26
+++ CustomerMan.pm	1 Feb 2004 03:05:50 -0000	1.26.2.1
@@ -248,9 +248,11 @@
    $r->param("ispmanDomain", $self->{'domain'});
    $r->param("cn", $r->param("vhost"));
 
-   
+    
+	# NEW method in ApacheMan/Acls.pm  2004/02/01
+	$self->delete_acl($self->{'domain'}, $r->param("vhost"), $r->param('ispmanVhostAclLocation'));
+	
 
-   $self->deleteAcl($r);
    $r->param("mode", "editVhost");
    $r->param("vhost", $r->param("cn"));
    $r->param("section", "AccessControl");



-------------------------------------------------------
The SF.Net email is sponsored by EclipseCon 2004
Premiere Conference on Open Tools Development and Integration
See the breadth of Eclipse activity. February 3-5 in Anaheim, CA.
http://www.eclipsecon.org/osdn
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.