From 7ea61ba9701a04bc593d7c5960c5135ce39805a8 Mon Sep 17 00:00:00 2001 From: wei <> Date: Wed, 3 Jan 2007 11:31:18 +0000 Subject: quote the criteria string in ActiveRecord. --- tests/simple_unit/ActiveRecord/records/DepSections.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests/simple_unit/ActiveRecord/records/DepSections.php') diff --git a/tests/simple_unit/ActiveRecord/records/DepSections.php b/tests/simple_unit/ActiveRecord/records/DepSections.php index 9563dda6..476371bd 100644 --- a/tests/simple_unit/ActiveRecord/records/DepSections.php +++ b/tests/simple_unit/ActiveRecord/records/DepSections.php @@ -6,7 +6,7 @@ class DepSections extends TActiveRecord public $section_id; public $order; - private static $_tablename='department_sections'; + public static $_tablename='department_sections'; public static function finder() { -- cgit v1.2.3