ispman/lib/ISPMan ConfMan.pm,1.14,1.15
Joerg Delker <[email protected]> Tue, 03 Oct 2006 17:16:00 +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-serv6210/lib/ISPMan
Modified Files:
ConfMan.pm
Log Message:
fixed bug [ 1570092 ] wrong display of confVars
Index: ConfMan.pm
===================================================================
RCS file: /cvsroot/ispman/ispman/lib/ISPMan/ConfMan.pm,v
retrieving revision 1.14
retrieving revision 1.15
diff -u -d -r1.14 -r1.15
--- ConfMan.pm 5 Jun 2004 12:45:24 -0000 1.14
+++ ConfMan.pm 3 Oct 2006 17:15:58 -0000 1.15
@@ -83,7 +83,7 @@
return $self->{'ldap'}->getEntriesAsHashRef(
"ou=conf, @{[$self->getConf('ldapBaseDN')]}",
"&(objectclass=ispmanConfVar)(ispmanModule=$module)",
- [ "ispmanModule", "ispmanVar", "ispmanVal", "ispmanQuestion" ]
+ [ "ispmanModule", "ispmanVar", "ispmanVarAlias", "ispmanVal", "ispmanQuestion" ]
);
}
-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys -- and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV