From 583e6aede969fb26333af86e4954cb7a2f158c8e Mon Sep 17 00:00:00 2001 From: xue <> Date: Wed, 31 Oct 2007 14:37:13 +0000 Subject: fixed doc error. --- framework/Data/TDbCommand.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'framework/Data') diff --git a/framework/Data/TDbCommand.php b/framework/Data/TDbCommand.php index b4bd9dd4..caa4476b 100644 --- a/framework/Data/TDbCommand.php +++ b/framework/Data/TDbCommand.php @@ -263,7 +263,7 @@ class TDbCommand extends TComponent * This is a convenient method of {@link query} when only a single scalar * value is needed (e.g. obtaining the count of the records). * @return mixed the value of the first column in the first row of the query result. False is returned if there is no value. - * @throws TDbException execution failed or there is no data + * @throws TDbException execution failed */ public function queryScalar() { -- cgit v1.2.3