Commit e799bb45 authored by Jim Fulton's avatar Jim Fulton

Fixed stupid typo in text output form.

parent 34d71a15
...@@ -11,8 +11,8 @@ ...@@ -11,8 +11,8 @@
__doc__='''Generic Database adapter __doc__='''Generic Database adapter
$Id: DA.py,v 1.26 1998/01/22 20:32:50 jim Exp $''' $Id: DA.py,v 1.27 1998/01/22 20:50:53 jim Exp $'''
__version__='$Revision: 1.26 $'[11:-2] __version__='$Revision: 1.27 $'[11:-2]
import OFS.SimpleItem, Aqueduct.Aqueduct, Aqueduct.RDB import OFS.SimpleItem, Aqueduct.Aqueduct, Aqueduct.RDB
import DocumentTemplate, marshal, md5, base64, DateTime, Acquisition, os import DocumentTemplate, marshal, md5, base64, DateTime, Acquisition, os
...@@ -134,7 +134,7 @@ class DA( ...@@ -134,7 +134,7 @@ class DA(
report=HTML( report=HTML(
'<html><BODY BGCOLOR="#FFFFFF" LINK="#000099" VLINK="#555555">\n' '<html><BODY BGCOLOR="#FFFFFF" LINK="#000099" VLINK="#555555">\n'
'<!--#var manage_tabs-->\n<hr>\n%s\n\n' '<!--#var manage_tabs-->\n<hr>\n%s\n\n'
'<hr><strong>SQL used:</strong><br>\n<pre>\n%s\n</pre>/n<hr>\n' '<hr><strong>SQL used:</strong><br>\n<pre>\n%s\n</pre>\n<hr>\n'
'</body></html>' '</body></html>'
% (r,src)) % (r,src))
...@@ -348,6 +348,9 @@ def getBrain(self, ...@@ -348,6 +348,9 @@ def getBrain(self,
############################################################################## ##############################################################################
# #
# $Log: DA.py,v $ # $Log: DA.py,v $
# Revision 1.27 1998/01/22 20:50:53 jim
# Fixed stupid typo in text output form.
#
# Revision 1.26 1998/01/22 20:32:50 jim # Revision 1.26 1998/01/22 20:32:50 jim
# Fixed bug in testing code and added output of SQL query. # Fixed bug in testing code and added output of SQL query.
# #
......
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