diff options
author | Christian Schneider | 2021-01-13 16:22:52 +0100 |
---|---|---|
committer | Christian Schneider | 2021-01-13 16:22:52 +0100 |
commit | afee193f732619645e7156788c15902e70a0257d (patch) | |
tree | f4e879af9718ff5b5209e14a86201b41bc23cd86 /it_dbi.class | |
parent | 4f7f5e4b1fd1077ad134860b32203810ef24c0ce (diff) | |
download | itools-afee193f732619645e7156788c15902e70a0257d.tar.gz itools-afee193f732619645e7156788c15902e70a0257d.tar.bz2 itools-afee193f732619645e7156788c15902e70a0257d.zip |
Unified } else { missed in first iteration
Diffstat (limited to 'it_dbi.class')
-rw-r--r-- | it_dbi.class | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/it_dbi.class b/it_dbi.class index 4389689..6525c23 100644 --- a/it_dbi.class +++ b/it_dbi.class @@ -335,7 +335,8 @@ function _values($tags, $force = false) { if (is_int($k)) /* no key specified; just append */ $append[] = $v; - else { + else + { $keys[] = $this->escape_name($k); $vals[] = $v; } |