From 38cf74b07ac57bf9cb6ee0255b31ead185f700ac Mon Sep 17 00:00:00 2001
From: Kazuhiko Shiozaki <kazuhiko@nexedi.com>
Date: Mon, 8 Jun 2009 15:07:02 +0000
Subject: [PATCH] createDBCacheTable no longer exists.

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@27430 20353a03-c40f-0410-a6d1-a30d3c3de9de
---
 product/ERP5Type/dtml/cache_tool_configure.dtml | 8 --------
 1 file changed, 8 deletions(-)

diff --git a/product/ERP5Type/dtml/cache_tool_configure.dtml b/product/ERP5Type/dtml/cache_tool_configure.dtml
index 1d878657b4..1f1a6069ff 100644
--- a/product/ERP5Type/dtml/cache_tool_configure.dtml
+++ b/product/ERP5Type/dtml/cache_tool_configure.dtml
@@ -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>
-- 
2.30.9