fixing syntax error

This commit is contained in:
Thomas Müller 2012-06-16 17:53:14 +02:00
parent 709dbd82a6
commit a91e3d68b0

View file

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