diff options
author | Tristan Darricau <tristan.darricau@sensiolabs.com> | 2015-10-14 17:15:09 +0200 |
---|---|---|
committer | Tristan Darricau <tristan.darricau@sensiolabs.com> | 2015-10-14 17:15:09 +0200 |
commit | 84150d0d440d552ff45b5875edf28f6d7fda0f9c (patch) | |
tree | c80b1969d2c504b5d413c3947e12121465cf2f05 /phpBB/phpbb/db | |
parent | d26fcdda8d7fadb21436a8e09bb736c72e5e8ce2 (diff) | |
download | forums-84150d0d440d552ff45b5875edf28f6d7fda0f9c.tar forums-84150d0d440d552ff45b5875edf28f6d7fda0f9c.tar.gz forums-84150d0d440d552ff45b5875edf28f6d7fda0f9c.tar.bz2 forums-84150d0d440d552ff45b5875edf28f6d7fda0f9c.tar.xz forums-84150d0d440d552ff45b5875edf28f6d7fda0f9c.zip |
[ticket/13652] Fix coding style
PHPBB3-13652
Diffstat (limited to 'phpBB/phpbb/db')
-rw-r--r-- | phpBB/phpbb/db/driver/driver.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/phpBB/phpbb/db/driver/driver.php b/phpBB/phpbb/db/driver/driver.php index e497e6dda1..7e2d7a5ea6 100644 --- a/phpBB/phpbb/db/driver/driver.php +++ b/phpBB/phpbb/db/driver/driver.php @@ -915,7 +915,7 @@ abstract class driver implements driver_interface } - if($operation === 'NOT') + if ($operation === 'NOT') { $operations_ary = implode("", $operations_ary); } |