Quote Comment field

This commit is contained in:
Marc Delisle
2001-06-05 14:20:12 +00:00
parent 89a96d0dda
commit 09a32b1c1b
3 changed files with 5 additions and 2 deletions

View File

@@ -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'];
}
}