diff options
Diffstat (limited to '')
-rw-r--r-- | admin/images/global_stats.img.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/admin/images/global_stats.img.php b/admin/images/global_stats.img.php index 91062ef05..d70dff85d 100644 --- a/admin/images/global_stats.img.php +++ b/admin/images/global_stats.img.php @@ -72,7 +72,7 @@ $myBarGraph->SetBarSpacing(5); // The default is 10. This changes the space // Add Values to the bargraph.. -$result = mysql_query($sql) +$result = pwg_query($sql) or die(mysql_errno().": ".mysql_error()."<BR>".$sql); //$monthes =array_fill(1,12,0); |