1
0
Fork 0

Fix spaces around t() and tt()

This commit is contained in:
fabrixxm 2011-03-13 13:50:44 +01:00
commit a7af6df962
8 changed files with 10 additions and 10 deletions

View file

@ -645,7 +645,7 @@ function dfrn_confirm_post(&$a,$handsfree = null) {
'$uid' => $newuid )
);
$res = mail($r[0]['email'], sprintf(t("Connection accepted at %s"), $a->config['sitename']),
$res = mail($r[0]['email'], sprintf( t("Connection accepted at %s") , $a->config['sitename']),
$email_tpl, 'From: ' . t('Administrator') . '@' . $_SERVER['SERVER_NAME'] );
if(!$res) {
// pointless throwing an error here and confusing the person at the other end of the wire.