Commit 59be653
committed
minor #6521 The
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$link argument must be passed as a reference (mbrig-co)1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
148 | 148 | | |
149 | 149 | | |
150 | 150 | | |
151 | | - | |
| 151 | + | |
152 | 152 | | |
153 | 153 | | |
154 | 154 | | |
| |||
0 commit comments