Quote Comment field
This commit is contained in:
@@ -22,7 +22,7 @@ if(MYSQL_MAJOR_VERSION == "3.23")
|
||||
$row = mysql_fetch_array($result);
|
||||
if(!empty($row["Comment"]))
|
||||
{
|
||||
echo "$strTableComments: $row[Comment]";
|
||||
echo "$strTableComments: " . $row['Comment'];
|
||||
}
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user