diff options
author | xue <> | 2006-04-10 13:51:06 +0000 |
---|---|---|
committer | xue <> | 2006-04-10 13:51:06 +0000 |
commit | 00d32ec019a329a84190b7938cbf48f9e9494874 (patch) | |
tree | 57fc4ded1cfabf0e055a6f5822afd1572e8bedaa /demos/personal | |
parent | 8afe7ea28e77a45b6fb0d4f0d0e4a86f3918353a (diff) |
Merge from 3.0 branch till 885.
Diffstat (limited to 'demos/personal')
-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" />
|