From: x2000habouzit Date: Sat, 24 Sep 2005 14:41:00 +0000 (+0000) Subject: blank lines X-Git-Tag: xorg/0.9.9~152 X-Git-Url: http://git.polytechnique.org/?a=commitdiff_plain;h=7460eb99f41be796120d57a4e4fc809b1acc63c0;p=platal.git blank lines git-svn-id: svn+ssh://murphy/home/svn/platal/trunk@45 839d8a87-29fc-0310-9880-83ba4fa771e5 --- 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='')