From 6a7917ffba632f655de4a79205d2ac8b0675f6f9 Mon Sep 17 00:00:00 2001 From: wangyidong Date: Wed, 3 Jul 2013 08:29:02 +0000 Subject: [PATCH] * change note. --- lib/dao/dao.class.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/dao/dao.class.php b/lib/dao/dao.class.php index 2ecadc89ba..d58ad81c56 100755 --- a/lib/dao/dao.class.php +++ b/lib/dao/dao.class.php @@ -382,7 +382,7 @@ class dao } /** - * Process the sql, replace the table, fields and add the company condition. + * Process the sql, replace the table, fields. * * @access private * @return string the sql string after process.