We use cookies to ensure you get the best experience on our website
This website works better with JavaScript
Etusivu
Tutki
Apua
Rekisteröidy
Kirjaudu sisään
0ct0pu5
/
squirrelmail
Tarkkaile
1
Äänestä
0
Fork
0
Tiedostot
Ongelmat
0
Pull-pyynnöt
0
Wiki
Selaa lähdekoodia
Fixed bug: Bopdy was empty when replying or forwarding.
gustavf
25 vuotta sitten
vanhempi
aff062119c
commit
a618a326cc
1 muutettua tiedostoa
jossa
1 lisäystä
ja
0 poistoa
Jaettu näkymä
Näytä diff tilastot
1
0
src/compose.php
+ 1
- 0
src/compose.php
Näytä tiedosto
@@ -309,6 +309,7 @@
showInputForm();
} else {
$newmail = true;
+ newMail();
showInputForm();
}
?>