bug: Correct casing for an SQL column
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user