From e5a3bdfa6b0e2a0509920535c5c81e7c7c3ae3dc Mon Sep 17 00:00:00 2001 From: wangchunsheng Date: Sun, 5 May 2013 10:12:32 +0000 Subject: [PATCH] * fix the comment error. --- 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 9577dc459c..f8c426ba8a 100755 --- a/lib/dao/dao.class.php +++ b/lib/dao/dao.class.php @@ -402,7 +402,7 @@ class dao $sql = sprintf($this->sqlobj->get(), $this->fields, $this->table); } - /* If the method if select, update or delete, set the comapny condition. */ + /* If the method is select, update or delete, set the comapny condition. */ if(isset($this->app->company) and $autoCompany and $this->table != '' and $this->table != TABLE_COMPANY and $this->method != 'insert' and $this->method != 'replace') { /* Get the position to insert company = ?. */