From: x2002bobillot Date: Tue, 8 May 2007 15:25:53 +0000 (+0000) Subject: backport hotfix probleme de telepaiement X-Git-Tag: xorg/0.9.15~299 X-Git-Url: http://git.polytechnique.org/?a=commitdiff_plain;h=962ce33ec0f0b5b645d9fd294df17f279cc84ad3;p=platal.git backport hotfix probleme de telepaiement git-svn-id: svn+ssh://murphy/home/svn/platal/trunk@1809 839d8a87-29fc-0310-9880-83ba4fa771e5 --- diff --git a/modules/payment.php b/modules/payment.php index 940fac1..00c9c11 100644 --- a/modules/payment.php +++ b/modules/payment.php @@ -30,6 +30,11 @@ function cb_erreur($text) { exit; } +// schmurtz : hot bugfix +function clean_request($param) { + return $_REQUEST[$param]; +} + /* sort en affichant une erreur */ function paypal_erreur($text, $send=true) {