* fix the comment error.

This commit is contained in:
wangchunsheng
2013-05-05 10:12:32 +00:00
parent 371e89bdfb
commit e5a3bdfa6b

View File

@@ -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 = ?. */