Index: db_tag_processor.php =================================================================== --- db_tag_processor.php (revision 14809) +++ db_tag_processor.php (working copy) @@ -963,7 +963,7 @@ $hint = $this->Application->Phrase('hint:' . $label, false); } - return $hint; // $hint != strtoupper('!' . $label . '!') ? $hint : ''; + return $hint != strtoupper('!' . $label . '!') ? $hint : ''; // $hint } /**