prepare($sql); $stmt->bind_param('ii', $_SESSION['auth_userid'], $_GET['id']); $stmt->execute(); $r = $stmt->get_result(); $l = $r->fetch_object(); $_title = 'E-Mail-Template: "' . $l->name . '" (ID ' . $l->ID . ')'; include_once __DIR__ . "/header.php"; ?>

(' . $_SESSION['auth_user'] . ')', '=4tags'], ['from', 'cc', 'bcc'], ['%subject'], ['*text'], ]; $entrytable = "email_templates"; include __DIR__ . '/autoform.php'; $stmt->reset(); })(); include_once __DIR__ . "/footer.php"; ?>