diff --git a/phpgwapi/inc/class.schema_proc_mssql.inc.php b/phpgwapi/inc/class.schema_proc_mssql.inc.php index fb5b79e958..0ac4b7c079 100644 --- a/phpgwapi/inc/class.schema_proc_mssql.inc.php +++ b/phpgwapi/inc/class.schema_proc_mssql.inc.php @@ -334,7 +334,7 @@ function CreateTable($oProc, &$aTables, $sTableName, $aTableDef) { - if ($oProc->_GetTableSQL($sTableName, $aTableDef, $sTableSQL, $sSequenceSQL)) + if ($oProc->_GetTableSQL($sTableName, $aTableDef, $sTableSQL, $sSequenceSQL,$append_ix)) { // create sequence first since it will be needed for default if ($sSequenceSQL != '')