summaryrefslogtreecommitdiffstats
path: root/3rdparty/MDB2/Schema/Writer.php
diff options
context:
space:
mode:
Diffstat (limited to '3rdparty/MDB2/Schema/Writer.php')
-rw-r--r--3rdparty/MDB2/Schema/Writer.php17
1 files changed, 0 insertions, 17 deletions
diff --git a/3rdparty/MDB2/Schema/Writer.php b/3rdparty/MDB2/Schema/Writer.php
index 70a03168de6..96dd2bed0fb 100644
--- a/3rdparty/MDB2/Schema/Writer.php
+++ b/3rdparty/MDB2/Schema/Writer.php
@@ -80,23 +80,6 @@ class MDB2_Schema_Writer
function __construct($valid_types = array())
{
$this->valid_types = $valid_types;
- }
-
- /**
- * PHP 4 compatible constructor
- *
- * @param array $valid_types information of all valid fields
- * types
- *
- * @return void
- *
- * @access public
- * @static
- */
- function MDB2_Schema_Writer($valid_types = array())
- {
- $this->__construct($valid_types);
- }
// }}}
// {{{ raiseError()