ispman/ispman-web/cgi-bin/tmpl/databases edit.tmpl, 1.5, 1.5.2.1

Joerg Delker <[email protected]> Sat, 03 Jan 2009 12:34:22 +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-serv22161/ispman-web/cgi-bin/tmpl/databases

Modified Files:
      Tag: rel_1_4-bugfixes
	edit.tmpl 
Log Message:
fixed syntax error

Index: edit.tmpl
===================================================================
RCS file: /cvsroot/ispman/ispman/ispman-web/cgi-bin/tmpl/databases/edit.tmpl,v
retrieving revision 1.5
retrieving revision 1.5.2.1
diff -u -d -r1.5 -r1.5.2.1
--- edit.tmpl	31 Dec 2008 11:37:35 -0000	1.5
+++ edit.tmpl	3 Jan 2009 12:34:20 -0000	1.5.2.1
@@ -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'});


------------------------------------------------------------------------------