diff --git a/include/bugs.php b/include/bugs.php index 45a3887..4318c46 100644 --- a/include/bugs.php +++ b/include/bugs.php @@ -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);