Zeile 76 | Zeile 76 |
---|
$html_personalisation .= " [<a href=\"#\" onclick=\"insertText(\'{$value}\', \$(\'htmlmessage\')); return false;\">{$name}</a>], "; $text_personalisation .= " [<a href=\"#\" onclick=\"insertText(\'{$value}\', \$(\'message\')); return false;\">{$name}</a>], "; }
|
$html_personalisation .= " [<a href=\"#\" onclick=\"insertText(\'{$value}\', \$(\'htmlmessage\')); return false;\">{$name}</a>], "; $text_personalisation .= " [<a href=\"#\" onclick=\"insertText(\'{$value}\', \$(\'message\')); return false;\">{$name}</a>], "; }
|
$html_personalisation = substr($html_personalisation, 0, -2)."');\n</script>\n"; $text_personalisation = substr($text_personalisation, 0, -2)."');\n</script>\n";
| $html_personalisation = substr($html_personalisation, 0, -2)."');\n// --></script>\n";; $text_personalisation = substr($text_personalisation, 0, -2)."');\n// --></script>\n";
|
// All done here if($mybb->request_method == "post")
| // All done here if($mybb->request_method == "post")
|
Zeile 600 | Zeile 600 |
---|
$html_personalisation .= " [<a href=\"#\" onclick=\"insertText(\'{$value}\', \$(\'htmlmessage\')); return false;\">{$name}</a>], "; $text_personalisation .= " [<a href=\"#\" onclick=\"insertText(\'{$value}\', \$(\'message\')); return false;\">{$name}</a>], "; }
|
$html_personalisation .= " [<a href=\"#\" onclick=\"insertText(\'{$value}\', \$(\'htmlmessage\')); return false;\">{$name}</a>], "; $text_personalisation .= " [<a href=\"#\" onclick=\"insertText(\'{$value}\', \$(\'message\')); return false;\">{$name}</a>], "; }
|
$html_personalisation = substr($html_personalisation, 0, -2)."');\n</script>\n"; $text_personalisation = substr($text_personalisation, 0, -2)."');\n</script>\n";
| $html_personalisation = substr($html_personalisation, 0, -2)."');\n// --></script>\n"; $text_personalisation = substr($text_personalisation, 0, -2)."');\n// --></script>\n";
|
if($mybb->input['step'] == 4) {
| if($mybb->input['step'] == 4) {
|