From fd072091cdc74703a88dae7bcb4ae6dea399188a Mon Sep 17 00:00:00 2001 From: xue <> Date: Fri, 16 Feb 2007 21:01:27 +0000 Subject: Added Polish language to QS. --- framework/Data/TDbCommand.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'framework/Data/TDbCommand.php') diff --git a/framework/Data/TDbCommand.php b/framework/Data/TDbCommand.php index 5c824b8f..9cf5b0a0 100644 --- a/framework/Data/TDbCommand.php +++ b/framework/Data/TDbCommand.php @@ -232,7 +232,7 @@ class TDbCommand extends TComponent * This is a convenient method of {@link query} when only the first row of data is needed. * @param boolean whether the row should be returned as an associated array with * column names as the keys or the array keys are column indexes (0-based). - * @return array the first row of the query result, false if not result. + * @return array the first row of the query result, false if no result. * @throws TDbException execution failed */ public function queryRow($fetchAssociative=true) -- cgit v1.2.3