mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-23 08:23:12 +01:00
removed php4.3+ print_r($arr,True)
This commit is contained in:
parent
5df1f31098
commit
fcfcaa578e
@ -598,7 +598,7 @@
|
||||
}
|
||||
// renameing existing indexes and primary keys
|
||||
$indexes = $oProc->m_odb->Link_ID->MetaIndexes($sOldTableName,True);
|
||||
if($GLOBALS['DEBUG']) { echo '<br>RenameTable(): Fetching indexes: '.print_r($indexes,True); }
|
||||
if($GLOBALS['DEBUG']) { echo '<br>RenameTable(): Fetching indexes: '; _debug_array($indexes); }
|
||||
foreach($indexes as $name => $data)
|
||||
{
|
||||
$new_name = str_replace($sOldTableName,$sNewTableName,$name);
|
||||
|
Loading…
Reference in New Issue
Block a user