From 7460eb99f41be796120d57a4e4fc809b1acc63c0 Mon Sep 17 00:00:00 2001 From: x2000habouzit Date: Sat, 24 Sep 2005 14:41:00 +0000 Subject: [PATCH] blank lines git-svn-id: svn+ssh://murphy/home/svn/platal/trunk@45 839d8a87-29fc-0310-9880-83ba4fa771e5 --- include/marketing.inc.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/include/marketing.inc.php b/include/marketing.inc.php index 899b3a7..31383da 100644 --- a/include/marketing.inc.php +++ b/include/marketing.inc.php @@ -22,6 +22,7 @@ require_once("xorg.misc.inc.php"); // {{{ function mark_from_mail + function mark_from_mail($uid, $email) { global $globals; $res = $globals->xdb->query( @@ -35,8 +36,8 @@ function mark_from_mail($uid, $email) { return "\"".$sender['prenom']." ".$sender['nom']."\" <".$sender['alias']."@polytechnique.org>"; } -// }}} +// }}} // {{{ function mark_text_mail function mark_text_mail($uid, $email) @@ -75,7 +76,6 @@ function mark_text_mail($uid, $email) return array($to, $title, $text); } // }}} - // {{{ function mark_send_mail() function mark_send_mail($uid, $email, $perso, $to='', $title='', $text='') -- 2.1.4