Password reset mail could take several hours. After fix only a couple of seconds...
[fa-stable.git] / reporting / rep501.php
index bba03cde2be4d1a345c8bd5d5e93923747a65834..25b39fd6f354bd896f1e4078eea6f3aafbb4bb06 100644 (file)
@@ -93,7 +93,7 @@ function print_dimension_summary()
 
     $rep = new FrontReport(_('Dimension Summary'), "DimensionSummary", user_pagesize(), 9, $orientation);
     if ($orientation == 'L')
-       $rep->recalculate_cols($cols);
+       recalculate_cols($cols);
 
     $rep->Font();
     $rep->Info($params, $cols, $headers, $aligns);
@@ -123,4 +123,3 @@ function print_dimension_summary()
     $rep->End();
 }
 
-?>
\ No newline at end of file