Merge pull request #2679 from NOYB/Write_Config_Function_Notes_Update

This commit is contained in:
Stephen Beaver 2016-02-21 08:35:08 -05:00
commit bf10aef50b

View File

@ -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
******/