From a652c851317d995cdab55e7f2a4bdf9132e41310 Mon Sep 17 00:00:00 2001 From: knut <> Date: Mon, 18 Aug 2008 00:28:11 +0000 Subject: fixed #911 --- framework/Data/ActiveRecord/TActiveRecordGateway.php | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'framework/Data') diff --git a/framework/Data/ActiveRecord/TActiveRecordGateway.php b/framework/Data/ActiveRecord/TActiveRecordGateway.php index b31cde5e..23104c00 100644 --- a/framework/Data/ActiveRecord/TActiveRecordGateway.php +++ b/framework/Data/ActiveRecord/TActiveRecordGateway.php @@ -1,10 +1,10 @@ - * @link http://www.pradosoft.com/ - * @copyright Copyright © 2005-2008 PradoSoft + * @copyright Copyright © 2005-2008 PradoSoft * @license http://www.pradosoft.com/license/ * @version $Id$ * @package System.Data.ActiveRecord @@ -87,7 +87,7 @@ class TActiveRecordGateway extends TComponent * @param string table name * @return TDbTableInfo table details. */ - public function getTableInfo($connection, $tableName) + public function getTableInfo(TDbConnection $connection, $tableName) { $connStr = $connection->getConnectionString(); $key = $connStr.$tableName; @@ -410,5 +410,5 @@ class TActiveRecordGateway extends TComponent $record->{$event}($param); } } - -?> + +?> -- cgit v1.2.3