--- ad_report.module.o	Fri Mar 25 16:08:06 2011
+++ ad_report.module	Sat Apr  9 14:46:32 2011
@@ -298,7 +298,7 @@ function ad_report_admin_display() {
 /**
  * Generate a table reporting on the selected advertisements.
  */
-function ad_report_admin_ad_table($start = 0, $end = 0, $group = array(), $csv = FALSE, $ads) {
+function ad_report_admin_ad_table($start = 0, $end = 0, $group = array(), $csv = FALSE, &$ads = array()) {
   if (!$start) {
     $start = isset($_SESSION['ad_report_start']) ? strtotime($_SESSION['ad_report_start']) : 0;
   }
