diff options
author | xue <> | 2006-04-08 03:25:07 +0000 |
---|---|---|
committer | xue <> | 2006-04-08 03:25:07 +0000 |
commit | cd960f6b68ed4431252bd55605dd2ba4044def07 (patch) | |
tree | ef4cf0a7340c0eabca0364885d295ce549f17e99 /demos | |
parent | c324241bd722e2eb3488c9fb5a467882b7040435 (diff) |
inconsistency caused by changeset 853.
Diffstat (limited to 'demos')
-rw-r--r-- | demos/personal/protected/application.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/demos/personal/protected/application.xml b/demos/personal/protected/application.xml index 2565d1a0..ce3b4435 100644 --- a/demos/personal/protected/application.xml +++ b/demos/personal/protected/application.xml @@ -4,7 +4,7 @@ <!-- modules configured and loaded for all services -->
<modules>
<!-- Remove this comment mark to enable caching
- <module id="cache" class="System.Data.TSqliteCache" />
+ <module id="cache" class="System.Caching.TSqliteCache" />
-->
<!-- Remove this comment mark to enable PATH url format
<module id="request" class="THttpRequest" UrlFormat="Path" />
|