missed one call in last commit

This commit is contained in:
Miles Lott 2003-12-18 02:27:03 +00:00
parent e24ae27e48
commit b5854dbaee

View File

@ -405,7 +405,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 != '')