fixing syntax error

This commit is contained in:
Thomas Müller 2012-06-16 17:53:14 +02:00
parent 709dbd82a6
commit a91e3d68b0
1 changed files with 1 additions and 0 deletions

View File

@ -80,6 +80,7 @@ class MDB2_Schema_Writer
function __construct($valid_types = array()) function __construct($valid_types = array())
{ {
$this->valid_types = $valid_types; $this->valid_types = $valid_types;
}
// }}} // }}}
// {{{ raiseError() // {{{ raiseError()