You are here

constant UC_REPORTS_MAX_RECORDS in Ubercart 7.3

Same name and namespace in other branches
  1. 5 uc_reports/uc_reports.module \UC_REPORTS_MAX_RECORDS
  2. 6.2 uc_reports/uc_reports.module \UC_REPORTS_MAX_RECORDS

The maximum number of records.

4 uses of UC_REPORTS_MAX_RECORDS
uc_reports_customers in uc_reports/uc_reports.admin.inc
Displays the customer report.
uc_reports_products in uc_reports/uc_reports.admin.inc
Displays the product reports.
uc_reports_products_custom in uc_reports/uc_reports.admin.inc
Displays the custom product report.
uc_stock_report in uc_stock/uc_stock.admin.inc
Displays a stock report for products with stock tracking enabled.

File

uc_reports/uc_reports.module, line 16
Displays reports on sales, customers, and products to store admin.

Code

define('UC_REPORTS_MAX_RECORDS', PHP_INT_MAX);