forked from extern/egroupware
Fixed parse error, missing ) at end of if
This commit is contained in:
parent
813c3ab5cd
commit
386187a81c
@ -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__);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user