This commit is contained in:
CHIEFSOFT\ameye
2024-09-13 07:19:10 -04:00
parent f009c9117d
commit f01e458f22
@@ -56,7 +56,7 @@ class WrenchUserContacts extends BaseController
Fire process events Fire process events
save to the backend database; save to the backend database;
*/ */
if ($in["csize"] >= $in["pcount"]){ if ($in["csize"] + $in["mmode"] >= $in["pcount"]){
$time_to_save = true; $time_to_save = true;
} }
} }