You are here

private function heartbeatParser::clean_up in Heartbeat 7

Same name and namespace in other branches
  1. 6.4 includes/heartbeatparser.inc \heartbeatParser::clean_up()

Function to clean up dirty messages and xss attacks

1 call to heartbeatParser::clean_up()
heartbeatParser::merge_sets in includes/heartbeatparser.inc
Merges sets of messages to fully formatted messages regenerated at runtime to group settings

File

includes/heartbeatparser.inc, line 168
HeartbeatParser object Parses database messages into a well formed stream of activity messages.

Class

heartbeatParser
Class heartbeatParser

Code

private function clean_up() {
  $this
    ->remove_variables_duplicates();
}