bug: Correct casing for an SQL column

This commit is contained in:
Alexander Nicolaysen Sørnes
2009-07-30 18:22:10 +02:00
parent 68d43b73d2
commit 5cce3b1c5f

View File

@@ -36,7 +36,7 @@ class Bug
if(!$oRow)
{
$sQuery = "SELECT * FROM buglinks
WHERE linkid = '?'";
WHERE linkId = '?'";
if($hResult = query_parameters($sQuery, $iLinkId))
{
$oRow = query_fetch_object($hResult);