From d4df553e7163f8bc8f09f79e058d5815f35ce709 Mon Sep 17 00:00:00 2001 From: xue <> Date: Sun, 15 Apr 2007 12:21:24 +0000 Subject: fixed a type about TApplicationMode --- framework/TApplication.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'framework/TApplication.php') diff --git a/framework/TApplication.php b/framework/TApplication.php index c06bd080..a9d907f5 100644 --- a/framework/TApplication.php +++ b/framework/TApplication.php @@ -1120,7 +1120,7 @@ class TApplication extends TComponent * In particular, the following modes are defined * - Off: the application is not running. Any request to the application will obtain an error. * - Debug: the application is running in debug mode. - * - Debug: the application is running in normal production mode. + * - Normal: the application is running in normal production mode. * - Performance: the application is running in performance mode. * @author Qiang Xue * @version $Id$ -- cgit v1.2.3