diff options
author | Mario Vavti <mario@mariovavti.com> | 2018-10-29 07:43:40 +0100 |
---|---|---|
committer | Mario Vavti <mario@mariovavti.com> | 2018-10-29 07:43:40 +0100 |
commit | e1df69dfcb09d28635db995a147329453be6c4bf (patch) | |
tree | 8da7b9fdad15ae4ba3783e453533f47c5bb5e241 /include/dba | |
parent | 3de055bf65582e68e1d48658dde256d6031ab436 (diff) | |
parent | 3d9b1fd343b57573a29bf7e65d0055eb1d92398d (diff) | |
download | volse-hubzilla-e1df69dfcb09d28635db995a147329453be6c4bf.tar.gz volse-hubzilla-e1df69dfcb09d28635db995a147329453be6c4bf.tar.bz2 volse-hubzilla-e1df69dfcb09d28635db995a147329453be6c4bf.zip |
Merge branch 'dev'
Diffstat (limited to 'include/dba')
-rwxr-xr-x | include/dba/dba_driver.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/dba/dba_driver.php b/include/dba/dba_driver.php index 9e9f24bb3..9533acc7f 100755 --- a/include/dba/dba_driver.php +++ b/include/dba/dba_driver.php @@ -484,4 +484,4 @@ function db_columns($table) { } return []; -}
\ No newline at end of file +} |