]> Kevux Git Server - koopa/commit
Update: remove $append parameters, simplifying functions
authorKevin Day <thekevinday@gmail.com>
Thu, 6 Dec 2018 04:57:12 +0000 (22:57 -0600)
committerKevin Day <thekevinday@gmail.com>
Thu, 6 Dec 2018 05:08:39 +0000 (23:08 -0600)
commitae3bedfe763113aa499899f577f08b4c438b1e63
tree7bd0f57a64594d0c595240922c4e7f4c3dd88d6c
parent233346fd7f804de732e28461b6a9d8b0042213ac
Update: remove $append parameters, simplifying functions

The $append is a convenience variable that does not need to exist.
If an array needs to be reset, one shoud call the function with NULL before adding anything new.
common/base/classes/base_path.php
common/database/classes/database_alter_aggregate.php
common/database/classes/database_alter_default_privileges.php
common/database/traits/database_in_schema.php
common/database/traits/database_options.php