Index: branches/5.2.x/core/kernel/db/db_tag_processor.php =================================================================== diff -u -N -r14809 -r14810 --- branches/5.2.x/core/kernel/db/db_tag_processor.php (.../db_tag_processor.php) (revision 14809) +++ branches/5.2.x/core/kernel/db/db_tag_processor.php (.../db_tag_processor.php) (revision 14810) @@ -1,6 +1,6 @@ Application->Phrase('hint:' . $label, false); } - return $hint; // $hint != strtoupper('!' . $label . '!') ? $hint : ''; + return $hint != strtoupper('!' . $label . '!') ? $hint : ''; // $hint } /**