aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/phpbb
diff options
context:
space:
mode:
Diffstat (limited to 'phpBB/phpbb')
-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);
}
bugs-378bc502fa31992ecd26676a42014aa677281a82.zip
Added "Grendel".
Diffstat (limited to 'makeversiontable.sh')
-rwxr-xr-xmakeversiontable.sh1
1 files changed, 1 insertions, 0 deletions
diff --git a/makeversiontable.sh b/makeversiontable.sh
index be9a881b7..cccd6e6b0 100755
--- a/makeversiontable.sh
+++ b/makeversiontable.sh
@@ -38,6 +38,7 @@ insert into versions (value, program) values ("other", "Browser");
insert into versions (value, program) values ("other", "Calendar");
insert into versions (value, program) values ("other", "CCK");
insert into versions (value, program) values ("other", "Directory");
+insert into versions (value, program) values ("other", "Grendel");
insert into versions (value, program) values ("other", "MailNews");
insert into versions (value, program) values ("other", "MozillaClassic");
insert into versions (value, program) values ("1998-03-31", "MozillaClassic");