From 5d02ac2219c95459afb8f7dc7a0457b5c0e98fd0 Mon Sep 17 00:00:00 2001 From: xue <> Date: Thu, 20 Apr 2006 17:06:59 +0000 Subject: Fixed #138 and an error in HTML entity representation for double quotes. --- framework/Web/UI/WebControls/TTableRow.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'framework/Web/UI/WebControls/TTableRow.php') diff --git a/framework/Web/UI/WebControls/TTableRow.php b/framework/Web/UI/WebControls/TTableRow.php index 04a1555d..6a3f196a 100644 --- a/framework/Web/UI/WebControls/TTableRow.php +++ b/framework/Web/UI/WebControls/TTableRow.php @@ -11,9 +11,10 @@ */ /** - * Includes TTableCell class + * Includes TTableCell and TTableHeaderCell classes */ Prado::using('System.Web.UI.WebControls.TTableCell'); +Prado::using('System.Web.UI.WebControls.TTableHeaderCell'); /** * TTableRow class. -- cgit v1.2.3