MyBB.de Forum
[G] "Thema einem Freund senden" - Druckversion

+- MyBB.de Forum (https://www.mybb.de/forum)
+-- Forum: Archiv (https://www.mybb.de/forum/forum-57.html)
+--- Forum: MyBB 1.2.x und älter (https://www.mybb.de/forum/forum-27.html)
+---- Forum: Bugs (https://www.mybb.de/forum/forum-40.html)
+----- Forum: Gemeldete/Nicht gemeldete Bugs (https://www.mybb.de/forum/forum-41.html)
+----- Thema: [G] "Thema einem Freund senden" (/thread-294.html)

Seiten: Seiten: 1 2


RE: [G] "Thema einem Freund senden" - Michael - 27.09.2005

sendthread.php, Zeile 74:
PHP-Code:
mymail($mybb->input['sendto'], $mybb->input['subject'], $mybb->input['message'], $mybb->input['from']); 
Ändern in
PHP-Code:
mymail($mybb->input['sendto'], $mybb->input['subject'], $mybb->input['message'], $from); 



RE: [G] "Thema einem Freund senden" - jonny - 27.09.2005

danke danke! :-)

es klappt prima! genau das wollte ich´s!