diff options
| author | Andreas Fischer <bantu@phpbb.com> | 2015-02-03 17:38:02 +0100 |
|---|---|---|
| committer | Andreas Fischer <bantu@phpbb.com> | 2015-02-03 17:38:02 +0100 |
| commit | 63d863a883e946d881bac30bf409c26c1aa4340c (patch) | |
| tree | 2dd0123183c2cecccf2088c87c2fbf745c5c83e5 /phpBB/phpbb/config/db_text.php | |
| parent | ceaba8aaf94583b437f08f6d004d031b9a9ad345 (diff) | |
| parent | 2864e77d6c480f8424de962dd0570185c049a9af (diff) | |
| download | forums-63d863a883e946d881bac30bf409c26c1aa4340c.tar forums-63d863a883e946d881bac30bf409c26c1aa4340c.tar.gz forums-63d863a883e946d881bac30bf409c26c1aa4340c.tar.bz2 forums-63d863a883e946d881bac30bf409c26c1aa4340c.tar.xz forums-63d863a883e946d881bac30bf409c26c1aa4340c.zip | |
Merge branch 'develop-ascraeus' into develop
* develop-ascraeus:
[ticket/13569] Add missing sql_freeresults and remove unneeded results
Diffstat (limited to 'phpBB/phpbb/config/db_text.php')
| -rw-r--r-- | phpBB/phpbb/config/db_text.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/phpBB/phpbb/config/db_text.php b/phpBB/phpbb/config/db_text.php index b1e3ef5da4..ddc7c9aef0 100644 --- a/phpBB/phpbb/config/db_text.php +++ b/phpBB/phpbb/config/db_text.php @@ -154,6 +154,6 @@ class db_text $sql = 'DELETE FROM ' . $this->table . ' WHERE ' . $this->db->sql_in_set('config_name', $keys, false, true); - $result = $this->db->sql_query($sql); + $this->db->sql_query($sql); } } |
