array( "Back to groups" => "postfix-distgroups-main.php" ), )); # Check a postfix group was selected if (isset($_REQUEST['postfix_group_id'])) { ?> prepare("SELECT MailAddress FROM ${DB_TABLE_PREFIX}distribution_groups WHERE ID = ?"); $postfix_group_stmt->execute(array($_REQUEST['postfix_group_id'])); $row = $postfix_group_stmt->fetchObject(); $postfix_group_stmt->closeCursor(); ?>
Distribution Group: mailaddress ?>
Action

prepare(" SELECT ID, Goto, Disabled FROM ${DB_TABLE_PREFIX}distribution_group_members WHERE DistributionGroupID = ? ORDER BY Goto "); $res = $stmt->execute(array($_REQUEST['postfix_group_id'])); $i = 0; # Loop with rows while ($row = $stmt->fetchObject()) { ?> closeCursor(); ?>
Goto Disabled
goto ?> disabled ? 'yes' : 'no' ?>

Invalid invocation