Fixed documentation for ConfigMicro::save_db_config
This commit is contained in:
parent
56729215ed
commit
2b34d37ccb
@ -274,7 +274,7 @@ sub save_db_config {
|
||||
# @param name The name of the variable to update.
|
||||
# @param value The value to change the variable to.
|
||||
# @param namecol Optional name of the table column for the key name, defaults to 'name'
|
||||
# @param valuecol Optional name of the table column for the value, defaults to 'value'
|
||||
# @param valcol Optional name of the table column for the value, defaults to 'value'
|
||||
# @return true if the config variable was changed, false otherwise.
|
||||
sub set_db_config {
|
||||
my $self = shift;
|
||||
|
Loading…
x
Reference in New Issue
Block a user