From 7e3ab267d9e74856ed0cafffcdab34fd40b48228 Mon Sep 17 00:00:00 2001 From: Patrick Davison Date: Thu, 17 Jan 2013 21:41:00 -0800 Subject: Adjusted / added footerlinks. --- includes/datas.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'includes') diff --git a/includes/datas.php b/includes/datas.php index 4415eb4..8ae5d5f 100644 --- a/includes/datas.php +++ b/includes/datas.php @@ -582,7 +582,7 @@ function getAchievementCurrency($userID, $aType) { } if ($sql == '') return false; - $result = mysql_query($sql); + $result = mysql_query($sql) OR die("SQL query failed; $sql"); if (mysql_num_rows($result) == 1) list($r) = mysql_fetch_row($result); -- cgit v1.2.3