ispman/ispman-web/cgi-bin/tmpl/databases edit.tmpl, 1.5, 1.6
Joerg Delker <[email protected]> Sat, 03 Jan 2009 12:43:57 +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-serv24040/ispman-web/cgi-bin/tmpl/databases
Modified Files:
edit.tmpl
Log Message:
fix merged from 1.5.2.1
Index: edit.tmpl
===================================================================
RCS file: /cvsroot/ispman/ispman/ispman-web/cgi-bin/tmpl/databases/edit.tmpl,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -d -r1.5 -r1.6
--- edit.tmpl 31 Dec 2008 11:37:35 -0000 1.5
+++ edit.tmpl 3 Jan 2009 12:43:55 -0000 1.6
@@ -52,7 +52,7 @@
<table id="ispmanDBPrivilege" width="100%" border="0" cellpadding="2" cellspacing="1">
<perl>
my $out="";
- my %acl=;
+ my %acl;
my @sections=();
my $maxrows=0;
my $selected = $ispman->as_hashref($dbInfo->{'ispmanDBPrivilege'});
------------------------------------------------------------------------------