[Zope-Checkins] SVN: Zope/trunk/src/App/dtml/debug.dtml There's was still a hidden reference to ZODB versions
Hanno Schlichting
plone at hannosch.info
Fri Feb 20 10:05:39 EST 2009
Log message for revision 96820:
There's was still a hidden reference to ZODB versions
Changed:
U Zope/trunk/src/App/dtml/debug.dtml
-=-
Modified: Zope/trunk/src/App/dtml/debug.dtml
===================================================================
--- Zope/trunk/src/App/dtml/debug.dtml 2009-02-20 14:32:48 UTC (rev 96819)
+++ Zope/trunk/src/App/dtml/debug.dtml 2009-02-20 15:05:39 UTC (rev 96820)
@@ -104,9 +104,9 @@
<li>Connections:
<table border="1">
-<tr><th>opened</th><th>info</th><th>version</th></tr>
+<tr><th>opened</th><th>info</th></tr>
<dtml-in dbconnections mapping>
- <tr><td>&dtml-opened;</td><td>&dtml-info;</td><td>&dtml-version;</td></tr>
+ <tr><td>&dtml-opened;</td><td>&dtml-info;</td></tr>
</dtml-in></table>
</ul>
More information about the Zope-Checkins
mailing list