From 338552b21d583e416dfb2310e2bfce381916f25c Mon Sep 17 00:00:00 2001 From: Aris Feryanto Date: Tue, 26 Jul 2011 18:32:46 +0800 Subject: [PATCH] Grid edit: change cfg['SaveCellsAtOnce'] default to true --- libraries/config.default.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libraries/config.default.php b/libraries/config.default.php index a626a28b02..9d827c516c 100644 --- a/libraries/config.default.php +++ b/libraries/config.default.php @@ -2315,7 +2315,7 @@ $cfg['ShowPropertyComments']= true; /** * save edited cell(s) in browse-mode at once. */ -$cfg['SaveCellsAtOnce'] = false; +$cfg['SaveCellsAtOnce'] = true; /** * shows table display direction.