|
From: Joerg D. <jd...@us...> - 2009-01-03 12:54:30
|
Update of /cvsroot/ispman/ispman/ispman-web/cgi-bin/tmpl/databases In directory 23jxhf1.ch3.sourceforge.com:/tmp/cvs-serv26115/ispman-web/cgi-bin/tmpl/databases Modified Files: Tag: rel_1_4-bugfixes add.tmpl Log Message: fixed missing declaration/scoping of @sections Index: add.tmpl =================================================================== RCS file: /cvsroot/ispman/ispman/ispman-web/cgi-bin/tmpl/databases/add.tmpl,v retrieving revision 1.4.2.1 retrieving revision 1.4.2.2 diff -u -d -r1.4.2.1 -r1.4.2.2 --- add.tmpl 3 Jan 2009 11:14:07 -0000 1.4.2.1 +++ add.tmpl 3 Jan 2009 12:54:18 -0000 1.4.2.2 @@ -86,6 +86,7 @@ <perl> my $out=""; my %acl; + my @sections=(); my $maxrows=0; for (split ",",$ispman->getConf("dbAccessPermissions")) { |