summaryrefslogtreecommitdiff
path: root/demos
diff options
context:
space:
mode:
authorxue <>2005-11-17 15:28:20 +0000
committerxue <>2005-11-17 15:28:20 +0000
commitaa2edcf52ee7438876d826283274bf7e271fad4a (patch)
tree0028051b95e14fb09f52b993122910d2ef7a2fe8 /demos
parentb4f41b167b62bb628d0809fc0e9438e11dce2bb5 (diff)
Modified how errors are handled.
Diffstat (limited to 'demos')
-rw-r--r--demos/controls/protected/application.xml2
-rw-r--r--demos/personal/protected/Modules/DataModule.php2
2 files changed, 2 insertions, 2 deletions
diff --git a/demos/controls/protected/application.xml b/demos/controls/protected/application.xml
index a9d0d922..2cfc14d9 100644
--- a/demos/controls/protected/application.xml
+++ b/demos/controls/protected/application.xml
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
-<configuration>
+<configuration id="controls">
<paths>
<alias id="Demo" path="." />
<alias id="Pages" path="pages" />
diff --git a/demos/personal/protected/Modules/DataModule.php b/demos/personal/protected/Modules/DataModule.php
index b090dbba..114e0f33 100644
--- a/demos/personal/protected/Modules/DataModule.php
+++ b/demos/personal/protected/Modules/DataModule.php
@@ -36,7 +36,7 @@ class DataModule extends TComponent implements IModule
* This method is required by the IModule interface. It checks if the DbFile
* property is set, and creates a SQLiteDatabase instance for it.
* If the database or the tables do not exist, they will be created.
- * @param IApplication Prado application, can be null
+ * @param TApplication Prado application, can be null
* @param TXmlElement configuration for this module, can be null
* @throws TConfigurationException DbFile is set invalid
*/