' . __('Fatal G2 error:', 'wpg2') . '' . $ret;
exit;
}
}
// Add the g2_user cap
if($_GET['duser_id'] != "" && $_GET['dg2user_id'] == "") {
$userdata = new WP_User($_GET['duser_id']);
if ($userdata->has_cap('gallery2_user')) {
$userdata->add_cap('gallery2_user', false);
?>
' . __('Manage Mapped Gallery2 <> Wordpress Users', 'wpg2') . '
';
echo '
' . __('This page is for controlling the Gallery2 capabilities that are associated with each user.', 'wpg2') . '
';
// Wordpress Accounts Mapped to G2
$output = '
';
$output = '
';
// Wordpress Accounts Not mapped to G2
$output = '
';
echo '
';
?>