diff options
author | wei <> | 2006-09-01 01:58:35 +0000 |
---|---|---|
committer | wei <> | 2006-09-01 01:58:35 +0000 |
commit | 452fdf99810fae93d3e8735cc9be5e9cbd4b0622 (patch) | |
tree | 47c243a867335bcbe348f2ea029cff257db1db81 /demos/time-tracker | |
parent | 769856093ded9e4aae341a7d79b7f1441e7d5478 (diff) |
resolve adodb defined clashes, add TCallbackClientScript::fireEvent()
Diffstat (limited to 'demos/time-tracker')
-rw-r--r-- | demos/time-tracker/protected/application.xml | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/demos/time-tracker/protected/application.xml b/demos/time-tracker/protected/application.xml index 80ad5ded..40619257 100644 --- a/demos/time-tracker/protected/application.xml +++ b/demos/time-tracker/protected/application.xml @@ -21,6 +21,10 @@ EnableConfigCache="true"
configFile="Application.App_Data.sqlite-sqlmap" />
+ <module id="globalization"
+ class="System.I18N.TGlobalization"
+ Charset="UTF-8" />
+
<!--
<module id="sqlmap" class="TSQLMap"
EnableConfigCache="true"
|