From 5cce3b1c5f5252209c5707d66785928a1a6be372 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Alexander=20Nicolaysen=20S=C3=B8rnes?= Date: Thu, 30 Jul 2009 18:22:10 +0200 Subject: [PATCH] bug: Correct casing for an SQL column --- include/bugs.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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);