We use cookies to ensure you get the best experience on our website
This website works better with JavaScript
Strona główna
Odkrywaj
Pomoc
Zarejestruj się
Zaloguj się
0ct0pu5
/
squirrelmail
Obserwuj
1
Polub
0
Forkuj
0
Pliki
Problemy
0
Oczekujące zmiany
0
Wiki
Przeglądaj źródła
Fixed bug: Bopdy was empty when replying or forwarding.
gustavf
25 lat temu
rodzic
aff062119c
commit
a618a326cc
1 zmienionych plików
z
1 dodań
i
0 usunięć
Widok podzielony
Pokaż statystyki zmian
1
0
src/compose.php
+ 1
- 0
src/compose.php
Wyświetl plik
@@ -309,6 +309,7 @@
showInputForm();
} else {
$newmail = true;
+ newMail();
showInputForm();
}
?>