summaryrefslogtreecommitdiffstats
path: root/3rdparty/MDB2
diff options
context:
space:
mode:
Diffstat (limited to '3rdparty/MDB2')
-rw-r--r--3rdparty/MDB2/Schema/Writer.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/3rdparty/MDB2/Schema/Writer.php b/3rdparty/MDB2/Schema/Writer.php
index 96dd2bed0fb..3eaa39a2071 100644
--- a/3rdparty/MDB2/Schema/Writer.php
+++ b/3rdparty/MDB2/Schema/Writer.php
@@ -80,6 +80,7 @@ class MDB2_Schema_Writer
function __construct($valid_types = array())
{
$this->valid_types = $valid_types;
+ }
// }}}
// {{{ raiseError()