diff options
author | Christophe.Boulain <> | 2010-02-17 13:55:18 +0000 |
---|---|---|
committer | Christophe.Boulain <> | 2010-02-17 13:55:18 +0000 |
commit | b13ce728aed3916500b2560ff203fc14799425be (patch) | |
tree | ce1cd16fb251cb31c6d6dce227be136e4237f1c9 /framework/Data/Common/Mssql | |
parent | c57247d0014401209edb802e6c5b5600e19e5a80 (diff) |
Fixes various phpdoc problems
Diffstat (limited to 'framework/Data/Common/Mssql')
-rw-r--r-- | framework/Data/Common/Mssql/TMssqlCommandBuilder.php | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/framework/Data/Common/Mssql/TMssqlCommandBuilder.php b/framework/Data/Common/Mssql/TMssqlCommandBuilder.php index 1a0ad4ce..9f65304b 100644 --- a/framework/Data/Common/Mssql/TMssqlCommandBuilder.php +++ b/framework/Data/Common/Mssql/TMssqlCommandBuilder.php @@ -4,7 +4,7 @@ *
* @author Wei Zhuo <weizhuo[at]gmail[dot]com>
* @link http://www.pradosoft.com/
- * @copyright Copyright © 2005-2008 PradoSoft + * @copyright Copyright © 2005-2008 PradoSoft
* @license http://www.pradosoft.com/license/
* @version $Id: TDbCommandBuilder.php 1863 2007-04-12 12:43:49Z wei $
* @package System.Data.Common
@@ -72,6 +72,7 @@ class TMssqlCommandBuilder extends TDbCommandBuilder * <li>
* No clauses should follow the ORDER BY clause, e.g. no COMPUTE or FOR clauses.
* </li>
+ * </ul>
*
* @param string SQL query string.
* @param integer maximum number of rows, -1 to ignore limit.
|