Commit 10ca0374 authored by 's avatar

merge from 2.3

parent 81625f82
...@@ -85,8 +85,8 @@ ...@@ -85,8 +85,8 @@
__doc__='''Generic Database adapter __doc__='''Generic Database adapter
$Id: DA.py,v 1.96 2001/01/12 17:50:32 chrism Exp $''' $Id: DA.py,v 1.97 2001/01/24 16:14:54 brian Exp $'''
__version__='$Revision: 1.96 $'[11:-2] __version__='$Revision: 1.97 $'[11:-2]
import OFS.SimpleItem, Aqueduct, RDB, re import OFS.SimpleItem, Aqueduct, RDB, re
import DocumentTemplate, marshal, md5, base64, Acquisition, os import DocumentTemplate, marshal, md5, base64, Acquisition, os
...@@ -169,7 +169,7 @@ class DA( ...@@ -169,7 +169,7 @@ class DA(
)), )),
('Change Database Methods', ('Change Database Methods',
('manage_edit','manage_advanced', 'manage_testForm','manage_test', ('manage_edit','manage_advanced', 'manage_testForm','manage_test',
'manage_product_zclass_info', 'PUT', 'manage_FTPput')), 'manage_product_zclass_info', 'PUT')),
('Use Database Methods', ('__call__',''), ('Anonymous','Manager')), ('Use Database Methods', ('__call__',''), ('Anonymous','Manager')),
) )
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment