The instructions how to allow tags in database has been updated like the following example:

This did not work:
tep_db_input($var, false, true)

This works:
tep_db_input($var, 'db_link', true)

More...