Details
-
Type: Bug
-
Status: Done/Fixed
-
Priority: Minor
-
Resolution: Fixed/Completed
-
Affects Version/s: 3.2.5, 3.3.6, 3.4.alpha, 3.4.beta, 3.4.0, 3.4.1, 3.4.2, 4.0.0, 4.0.1, 4.0.2
-
Component/s: CiviReport
-
Labels:None
Description
the mail click report includes a multi select field for the mailing name. the mailing name could contain special chars, such as a single quote, which breaks the report. to fix -
around line 362, change to:
$data[mysql_real_escape_string($mailing->name)] = $mailing->name;