From b5854dbaeeba7a63d518bf632eda8a59ec68f65f Mon Sep 17 00:00:00 2001 From: Miles Lott Date: Thu, 18 Dec 2003 02:27:03 +0000 Subject: [PATCH] missed one call in last commit --- phpgwapi/inc/class.schema_proc_mysql.inc.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/phpgwapi/inc/class.schema_proc_mysql.inc.php b/phpgwapi/inc/class.schema_proc_mysql.inc.php index 1bd2708538..3e71c5fec8 100644 --- a/phpgwapi/inc/class.schema_proc_mysql.inc.php +++ b/phpgwapi/inc/class.schema_proc_mysql.inc.php @@ -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 != '')