Changeset 149
- Timestamp:
- 12/10/07 18:57:03 (1 year ago)
- Files:
-
- messages/default_template.php (modified) (1 diff)
- messages/lib.php (modified) (1 diff)
- messages/messages_actions.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
messages/default_template.php
r113 r149 9 9 global $template_definition; 10 10 11 $template['css'] .= file_get_contents($CFG->dirroot . "mod/messages/css.css");11 //$template['css'] .= file_get_contents($CFG->dirroot . "mod/messages/css.css"); 12 12 13 13 // Registering template definitions messages/lib.php
r113 r149 68 68 // Compose / Delete messages 69 69 $function['messages:new'][] = $CFG->dirroot . "mod/messages/lib/messages_new.php"; 70 $function['messages:new:body'][] = $CFG->dirroot . " units/tinymce/tinymce_js.php";70 $function['messages:new:body'][] = $CFG->dirroot . "mod/tinymce/tinymce_js.php"; 71 71 72 72 // View a message messages/messages_actions.php
r113 r149 142 142 143 143 if ($email_to = get_record_sql("select * from " . $CFG->prefix . "users where ident = " . $msg->to_id)) { 144 145 144 if (!email_to_user($email_to, $email_from, $msg->title, $email_message . "\n\n\n" . __gettext("You cannot reply to this message by email."))) { 146 145 $messages[] = __gettext("Failed to send email. An unknown error occurred.");
