From f5315ac1739afcad26199a369f16c2b06e8d037a Mon Sep 17 00:00:00 2001 From: NOYB Date: Sun, 21 Feb 2016 00:40:20 -0800 Subject: [PATCH] Write_Config Function Notes Update Add write_config_only input arg to write_config function notes. --- src/etc/inc/config.lib.inc | 1 + 1 file changed, 1 insertion(+) diff --git a/src/etc/inc/config.lib.inc b/src/etc/inc/config.lib.inc index bead760157..65d34bc675 100644 --- a/src/etc/inc/config.lib.inc +++ b/src/etc/inc/config.lib.inc @@ -524,6 +524,7 @@ function safe_write_file($file, $content, $force_binary) { * INPUTS * $desc - string containing the a description of configuration changes * $backup - boolean: do not back up current configuration if false. + * $write_config_only - boolean: do not sync or reload anything; just save the configuration if true. * RESULT * null ******/