$row) {
// we only need to extract the action and the identity we are
// altering
foreach($row as $key=>$data) {
$identid = $key;
}
$doaction = $action;
}
$identities = sqfixidentities( $newidentities , $identid , $action );
save_identities($identities);
}
if (!empty($return)) {
header('Location: ' . get_location() . '/options_personal.php');
exit;
}
displayPageHeader($color, 'None');
do_hook('options_identities_top');
$td_str = '';
$td_str .= '
';
echo '
' . "\n" .
html_tag('table', "\n" .
html_tag('tr', "\n" .
html_tag('td' , "\n" .
'' . _("Options") . ' - ' . _("Advanced Identities") . '
' .
html_tag('table', "\n" .
html_tag('tr', "\n" .
html_tag('td', "\n" .
html_tag('table' , "\n" .
html_tag('tr' , "\n" .
html_tag('td', "\n" . $td_str ,'','', 'style="text-align:center;"')
),
'', '', 'width="80%" cellpadding="2" cellspacing="0" border="0"' ) ,
'center', $color[4])
),
'', '', 'width="100%" border="0" cellpadding="1" cellspacing="1"' )) ,
'center', $color[0]),
'center', '', 'width="95%" border="0" cellpadding="2" cellspacing="0"' ) . '