diff options
author | wei <> | 2007-03-31 11:51:42 +0000 |
---|---|---|
committer | wei <> | 2007-03-31 11:51:42 +0000 |
commit | feb92283147d1fa30056197639e011d4e672acec (patch) | |
tree | 4b30a3865995c2bd64a25178c4c0abcc8aea8f14 /demos/quickstart/protected/pages | |
parent | 2d32c6aa8f682771839531537334250cf4a731bc (diff) |
typo ID should lowercase
Diffstat (limited to 'demos/quickstart/protected/pages')
-rw-r--r-- | demos/quickstart/protected/pages/Database/ActiveRecord.page | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/demos/quickstart/protected/pages/Database/ActiveRecord.page b/demos/quickstart/protected/pages/Database/ActiveRecord.page index 0a8d6580..e99d3180 100644 --- a/demos/quickstart/protected/pages/Database/ActiveRecord.page +++ b/demos/quickstart/protected/pages/Database/ActiveRecord.page @@ -172,7 +172,7 @@ TActiveRecordManager::getInstance()->setDbConnection($conn); the same database connection to be used in other modules such as <a href="?page=Database.SqlMap">SqlMap</a>. <com:TTextHighlighter Language="xml" CssClass="source block-content" id="code_690152"> <modules> - <module class="System.Data.TDataSourceConfig" ID="db1"> + <module class="System.Data.TDataSourceConfig" id="db1"> <database ConnectionString="pgsql:host=localhost;dbname=test" Username="dbuser" Password="dbpass" /> </module> |