Fixed parse error, missing ) at end of if

This commit is contained in:
jengo 2001-09-24 20:42:22 +00:00
parent 813c3ab5cd
commit 386187a81c

View File

@ -514,7 +514,7 @@
{
$indexes[] = $val['index_name'];
}
if(isinarray($sOldTableName . '_pkey',$indexes)
if(isinarray($sOldTableName . '_pkey',$indexes))
{
$oProc->m_odb->query("DROP INDEX " . $sOldTableName . "_pkey",__LINE__,__FILE__);
}