Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
minor #6521 The
$link
argument must be passed as a reference (mbrig…
…-co) This PR was submitted for the 3.0 branch but it was merged into the 2.3 branch instead (closes #6521). Discussion ---------- The `$link` argument must be passed as a reference As the title says the `$link` argument in `close_database_connection` function definition must be accepted as a reference like `close_database_connection(&$link)`. Commits ------- a6a88f6 The `$link` argument must be passed as a reference
- Loading branch information