blank lines
authorx2000habouzit <x2000habouzit@839d8a87-29fc-0310-9880-83ba4fa771e5>
Sat, 24 Sep 2005 14:41:00 +0000 (14:41 +0000)
committerx2000habouzit <x2000habouzit@839d8a87-29fc-0310-9880-83ba4fa771e5>
Sat, 24 Sep 2005 14:41:00 +0000 (14:41 +0000)
git-svn-id: svn+ssh://murphy/home/svn/platal/trunk@45 839d8a87-29fc-0310-9880-83ba4fa771e5

include/marketing.inc.php

index 899b3a7..31383da 100644 (file)
@@ -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='')