wenn man nun auf eine nachricht antwortet wird nun auch der betreff gefuellt

main
hecht 10 years ago
parent 357d107de0
commit 1f57c0768a

@ -116,9 +116,12 @@ function displayMessage($userid,$nr){//if($charm == 3) {
</table> </table>
</td> </td>
</tr> </tr>
<?php
$betreff=urlencode('Re: '.$nachricht[betreff]);
?>
<tr> <tr>
<td width="185" valign="top" align="center">&nbsp;</td> <td width="185" valign="top" align="center">&nbsp;</td>
<td height="50" width="205" valign="top" align="center"><a href="index.php?as=nachricht&charm=1&besitzer=<?php echo $nachricht[von];?>">Antwort</a></td> <td height="50" width="205" valign="top" align="center"><a href="index.php?as=nachricht&charm=1&besitzer=<?php echo $nachricht[von];?>&betreff=<?php echo $betreff; ?>">Antwort</a></td>
</tr> </tr>
</table> </table>

Loading…
Cancel
Save