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/SqliteUsers.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests/simple_unit/ActiveRecord/records/SqliteUsers.php') diff --git a/tests/simple_unit/ActiveRecord/records/SqliteUsers.php b/tests/simple_unit/ActiveRecord/records/SqliteUsers.php index 7a8f3cbb..6a6b9be9 100644 --- a/tests/simple_unit/ActiveRecord/records/SqliteUsers.php +++ b/tests/simple_unit/ActiveRecord/records/SqliteUsers.php @@ -6,7 +6,7 @@ class SqliteUsers extends TActiveRecord public $password; public $email; - private static $_tablename='users'; + public static $_tablename='users'; public static function finder() { -- cgit v1.2.3