We use cookies to ensure you get the best experience on our website
This website works better with JavaScript
Inicio
Explorar
Axuda
Rexistro
Iniciar sesión
0ct0pu5
/
squirrelmail
Seguir
1
Destacar
0
Fork
0
Ficheiros
Incidencias
0
Pull Requests
0
Wiki
Explorar o código
Fixed bug: Bopdy was empty when replying or forwarding.
gustavf
%!s(int64=25) %!d(string=hai) anos
pai
aff062119c
achega
a618a326cc
Modificáronse 1 ficheiros
con
1 adicións
e
0 borrados
Unificar vista
Mostrar estatísticas de Diff
1
0
src/compose.php
+ 1
- 0
src/compose.php
Ver ficheiro
@@ -309,6 +309,7 @@
showInputForm();
showInputForm();
} else {
} else {
$newmail = true;
$newmail = true;
+ newMail();
showInputForm();
showInputForm();
}
}
?>
?>