* adjust the code style and comment.

This commit is contained in:
chencongzhi520@gmail.com
2011-03-13 03:55:17 +00:00
parent 41bbb2cf33
commit 50cf7e4b31
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -185,7 +185,7 @@ class bug extends control
$users = $this->user->getPairs('noletter');
/* Get custome fields. */
/* Get custom fields. */
$customFields = $this->cookie->bugFields != false ? $this->cookie->bugFields : $this->config->bug->list->defaultFields;
$customed = !($customFields == $this->config->bug->list->defaultFields);