[Erp5-report] r27430 - /erp5/trunk/products/ERP5Type/dtml/cache_tool_configure.dtml
nobody at svn.erp5.org
nobody at svn.erp5.org
Mon Jun 8 17:07:05 CEST 2009
Author: kazuhiko
Date: Mon Jun 8 17:07:02 2009
New Revision: 27430
URL: http://svn.erp5.org?rev=27430&view=rev
Log:
createDBCacheTable no longer exists.
Modified:
erp5/trunk/products/ERP5Type/dtml/cache_tool_configure.dtml
Modified: erp5/trunk/products/ERP5Type/dtml/cache_tool_configure.dtml
URL: http://svn.erp5.org/erp5/trunk/products/ERP5Type/dtml/cache_tool_configure.dtml?rev=27430&r1=27429&r2=27430&view=diff
==============================================================================
--- erp5/trunk/products/ERP5Type/dtml/cache_tool_configure.dtml [utf8] (original)
+++ erp5/trunk/products/ERP5Type/dtml/cache_tool_configure.dtml [utf8] Mon Jun 8 17:07:02 2009
@@ -11,13 +11,5 @@
<input type="submit" value="Clear <dtml-var sequence-item>"/>
</form>
</dtml-in>
-
-<h3>SQLCache configuration</h3>
-<p>Create SQL cache table(Note: you need to adjust later each SQLCache plugin to use this cache table name manually. Generally it is a good idea to use default sql cache table name)</p>
-<form action="createDBCacheTable" method="POST">
- <input name="cache_table_name" value="cache">
- <br/>
- <input type="submit" value="Create (Recreate) sql cache table"/>
-</form>
<dtml-var manage_page_footer>
More information about the Erp5-report
mailing list