Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Müller <thomas.mueller@tmit.eu>2012-06-16 19:53:14 +0400
committerThomas Müller <thomas.mueller@tmit.eu>2012-06-16 19:53:14 +0400
commita91e3d68b0727c4e3c93056b72161cfeaa3c09e9 (patch)
tree645a03198b885bf87543fdb8e595192b90be98cb /3rdparty
parent709dbd82a60363555b613b381f73d942f9fdbcc4 (diff)
fixing syntax error
Diffstat (limited to '3rdparty')
-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()