We use cookies to ensure you get the best experience on our website
This website works better with JavaScript
Página Principal
Explorar
Ajuda
Registe-se
Iniciar Sessão
0ct0pu5
/
squirrelmail
Vigiar
1
Colocar Estrela
0
Fork
0
Ficheiros
Problemas
0
Pull Requests
0
Wiki
Ver Fonte
Fixed bug: Bopdy was empty when replying or forwarding.
gustavf
há 25 anos atrás
pai
aff062119c
commit
a618a326cc
1 ficheiros alterados
com
1 adições
e
0 exclusões
Visão Dividida
Mostrar Estatísticas Diff
1
0
src/compose.php
+ 1
- 0
src/compose.php
Ver Ficheiro
@@ -309,6 +309,7 @@
showInputForm();
} else {
$newmail = true;
+ newMail();
showInputForm();
}
?>