From aa2edcf52ee7438876d826283274bf7e271fad4a Mon Sep 17 00:00:00 2001 From: xue <> Date: Thu, 17 Nov 2005 15:28:20 +0000 Subject: Modified how errors are handled. --- demos/personal/protected/Modules/DataModule.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'demos/personal/protected') 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 */ -- cgit v1.2.3