From 578817cf83dfea290e02659e864cc58fd24724b4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C5=82=20Zieli=C5=84ski?= Date: Fri, 28 Nov 2025 10:33:33 +0000 Subject: [PATCH] update bimai export --- REST/bimai.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/REST/bimai.php b/REST/bimai.php index 333e633a..b2730044 100644 --- a/REST/bimai.php +++ b/REST/bimai.php @@ -30,7 +30,7 @@ function bimai_exportEcommerceDate($since) AND YEAR(i.register_date) = 2024 AND i.register_date > '$sinceDate' ORDER BY i.register_date - LIMIT 0,10; + LIMIT 0,10000; "; $db = $GLOBALS['db'];