ispman/ispman-web/cgi-bin/tmpl/databases add.tmpl, 1.7, 1.8
Joerg Delker <[email protected]> Sat, 03 Jan 2009 12:55:47 +0000
| Newsgroups | gmane.comp.isp.ispman.cvs |
|---|---|
| Message-ID | <[email protected]> |
Update of /cvsroot/ispman/ispman/ispman-web/cgi-bin/tmpl/databases
In directory 23jxhf1.ch3.sourceforge.com:/tmp/cvs-serv26449/ispman-web/cgi-bin/tmpl/databases
Modified Files:
add.tmpl
Log Message:
fix merged from 1.4.2.2
Index: add.tmpl
===================================================================
RCS file: /cvsroot/ispman/ispman/ispman-web/cgi-bin/tmpl/databases/add.tmpl,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -d -r1.7 -r1.8
--- add.tmpl 3 Jan 2009 12:44:21 -0000 1.7
+++ add.tmpl 3 Jan 2009 12:55:45 -0000 1.8
@@ -86,6 +86,7 @@
<perl>
my $out="";
my %acl;
+ my @sections=();
my $maxrows=0;
for (split ",",$ispman->getConf("dbAccessPermissions")) {
------------------------------------------------------------------------------