equal
deleted
inserted
replaced
330 </tr> |
330 </tr> |
331 <tr> |
331 <tr> |
332 <td class="row1"> |
332 <td class="row1"> |
333 <?php echo $lang->get('privmsgs_lbl_message'); ?> |
333 <?php echo $lang->get('privmsgs_lbl_message'); ?> |
334 </td> |
334 </td> |
335 <td class="row1" style="min-width: 80%;"> |
335 <td class="row1" style="width: 80%;"> |
336 <?php |
336 <?php |
337 if ( isset($_POST['_savedraft']) ) |
337 if ( isset($_POST['_savedraft']) ) |
338 { |
338 { |
339 $content = htmlspecialchars($_POST['message']); |
339 $content = htmlspecialchars($_POST['message']); |
340 } |
340 } |