getMessage(end($bigtree["path"])); // If the original message doesn't exist or you don't have access to it. if (!$parent) { ?>

Error

This message either does not exist or you do not have permission to view it.

stop(); } $users = $admin->getUsers(); if (isset($_SESSION["saved_message"])) { $send_to = $_SESSION["saved_message"]["send_to"]; $subject = htmlspecialchars($_SESSION["saved_message"]["subject"]); $message = htmlspecialchars($_SESSION["saved_message"]["message"]); $error = true; unset($_SESSION["saved_message"]); } else { $subject = "RE: ".$parent["subject"]; $message = ""; $error = false; // Generate the recipient names from the parent if we're replying to all, otherwise, just use the sender. $send_to = array(); if (isset($reply_all) || $parent["sender"] == $admin->ID) { $p_recipients = explode("|",trim($parent["recipients"],"|")); $p_recipients[] = $parent["sender"]; foreach ($p_recipients as $r) { if ($r != $admin->ID) { $send_to[] = $r; } } } else { $send_to[] = $parent["sender"]; } } ?>
style="display: none;" class="error_message">Errors found! Please fix the highlighted fields before submitting.

class="form_error">

No users selected. Click "Add User" to add a user to the list.


  • Notice: Undefined variable: users in /home/bidbyte/diagnostico.bidbyte.tec.br/core/admin/modules/dashboard/messages/reply.php on line 65

    Notice: Undefined variable: id in /home/bidbyte/diagnostico.bidbyte.tec.br/core/admin/modules/dashboard/messages/reply.php on line 65

    Notice: Trying to access array offset on value of type null in /home/bidbyte/diagnostico.bidbyte.tec.br/core/admin/modules/dashboard/messages/reply.php on line 65

    Notice: Trying to access array offset on value of type null in /home/bidbyte/diagnostico.bidbyte.tec.br/core/admin/modules/dashboard/messages/reply.php on line 65

Add User
class="form_error"> class="form_error">