aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/phpbb/db/driver/driver.php
diff options
context:
space:
mode:
authorTristan Darricau <tristan.darricau@sensiolabs.com>2015-10-14 17:15:09 +0200
committerTristan Darricau <tristan.darricau@sensiolabs.com>2015-10-14 17:15:09 +0200
commit84150d0d440d552ff45b5875edf28f6d7fda0f9c (patch)
treec80b1969d2c504b5d413c3947e12121465cf2f05 /phpBB/phpbb/db/driver/driver.php
parentd26fcdda8d7fadb21436a8e09bb736c72e5e8ce2 (diff)
downloadforums-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/driver/driver.php')
-rw-r--r--phpBB/phpbb/db/driver/driver.php2
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);
}