From 7bc4d7502a7f4924b380407796e875b61fd8e000 Mon Sep 17 00:00:00 2001 From: x2003bruneau Date: Wed, 2 May 2007 16:51:19 +0000 Subject: [PATCH] Backport git-svn-id: svn+ssh://murphy/home/svn/platal/trunk@1794 839d8a87-29fc-0310-9880-83ba4fa771e5 --- modules/payment/money/cyberpaiement.inc.php | 1 + 1 file changed, 1 insertion(+) diff --git a/modules/payment/money/cyberpaiement.inc.php b/modules/payment/money/cyberpaiement.inc.php index 79f9af8..3254114 100644 --- a/modules/payment/money/cyberpaiement.inc.php +++ b/modules/payment/money/cyberpaiement.inc.php @@ -55,6 +55,7 @@ class CyberPayment $name = $req->fetchOneCell(); // on constuit la reference de la transaction + require_once 'xorg.misc.inc.php'; $prefix = ($pay->flags->hasflag('unique')) ? str_pad("",15,"0") : rand_url_id(); $fullref = substr("$prefix-xorg-{$pay->id}",-15); -- 2.1.4