From 28e3660694713c6b061e0fbaa935f7451fedc13c Mon Sep 17 00:00:00 2001 From: Pascal Corpet Date: Mon, 17 Jan 2005 00:09:21 +0000 Subject: [PATCH] wibble git-archimport-id: opensource@polytechnique.org--2005/platal--mainline--0.9--patch-365 --- include/marketing.inc.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/marketing.inc.php b/include/marketing.inc.php index f685f6c..5f751c2 100644 --- a/include/marketing.inc.php +++ b/include/marketing.inc.php @@ -19,13 +19,13 @@ * 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA * ***************************************************************************/ -require_once("diogenes/diogenes.hermes.inc.php"); require_once("xorg.misc.inc.php"); // {{{ function mark_send_mail function mark_send_mail($uid, $email, $envoyeur, $email_envoyeur) { + require_once("diogenes/diogenes.hermes.inc.php"); global $globals; $hash = rand_url_id(12); -- 2.1.4