Commit 2bbd9117 authored by Jim Fulton's avatar Jim Fulton

Got rid of getFindContent, which doesn't seem to be used anymore

and is a security hole.
parent e8a51c7c
......@@ -85,8 +85,8 @@
__doc__='''Generic Database adapter
$Id: DA.py,v 1.70 1999/08/26 18:01:45 jim Exp $'''
__version__='$Revision: 1.70 $'[11:-2]
$Id: DA.py,v 1.71 1999/08/30 17:43:29 jim Exp $'''
__version__='$Revision: 1.71 $'[11:-2]
import OFS.SimpleItem, Aqueduct, RDB
import DocumentTemplate, marshal, md5, base64, Acquisition, os
......@@ -267,9 +267,9 @@ class DA(
if REQUEST is not None:
return self.manage_editedDialog(REQUEST)
def getFindContent(self):
"""Return content for use by the Find machinery."""
return '%s\n%s' % (self.arguments_src, self.src)
#def getFindContent(self):
# """Return content for use by the Find machinery."""
# return '%s\n%s' % (self.arguments_src, self.src)
def manage_testForm(self, REQUEST):
" "
......
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