Skip to content

Commit

Permalink
Typo
Browse files Browse the repository at this point in the history
  • Loading branch information
Kristopher Murata committed May 27, 2010
1 parent 59a588b commit 9fd2023
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion application/models/inscricao_model.php
Expand Up @@ -86,7 +86,7 @@ function enviar_email($tipo, $data) {
case 'trabalho': case 'trabalho':
$assunto = 'Trabalho Enviado'; $assunto = 'Trabalho Enviado';
$texto .= "Obrigado por enviar o seu trabalho \"$data->trabalho_titulo\".\n\n"; $texto .= "Obrigado por enviar o seu trabalho \"$data->trabalho_titulo\".\n\n";
$texto .= "Se ainda não efetuou o pagamento ou envio o comprovante, visite o endereço abaixo:.\n\n"; $texto .= "Se ainda não efetuou o pagamento ou envio do comprovante, visite o endereço abaixo:\n\n";
$texto .= "http://ebrapem.mat.br/inscricoes/index.php/inscricao/confirmar_pagamento/{$data->cpf}\n\n"; $texto .= "http://ebrapem.mat.br/inscricoes/index.php/inscricao/confirmar_pagamento/{$data->cpf}\n\n";
$texto .= "Caso não receba nenhum email nos próximos dias, você pode consultar no endereço abaixo o status da sua inscrição:\n\n"; $texto .= "Caso não receba nenhum email nos próximos dias, você pode consultar no endereço abaixo o status da sua inscrição:\n\n";
$texto .= "http://ebrapem.mat.br/inscricoes/index.php/inscricao/status/{$data->cpf}\n\n"; $texto .= "http://ebrapem.mat.br/inscricoes/index.php/inscricao/status/{$data->cpf}\n\n";
Expand Down

0 comments on commit 9fd2023

Please sign in to comment.