summaryrefslogtreecommitdiffstats
path: root/cron/eqdkp-bonus.php
diff options
context:
space:
mode:
Diffstat (limited to 'cron/eqdkp-bonus.php')
-rw-r--r--cron/eqdkp-bonus.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/cron/eqdkp-bonus.php b/cron/eqdkp-bonus.php
index eff159d..56b5601 100644
--- a/cron/eqdkp-bonus.php
+++ b/cron/eqdkp-bonus.php
@@ -16,7 +16,7 @@ $sql = 'SELECT ra.member_name AS member_name, count(ra.raid_id) AS raid_count fr
if ( !($members_result = $db->query($sql)) )
{
- echo mysql_error();
+ echo $db->error()['message'];
}
while($row = $db->fetch_record($members_result)) {