From: web Date: Tue, 8 May 2007 14:13:47 +0000 (+0000) Subject: hotfix probleme de retour de telepaiement X-Git-Tag: xorg/0.9.14~18 X-Git-Url: http://git.polytechnique.org/?a=commitdiff_plain;h=54bce7e035a034a00ad7df58017a77b570cd9a92;p=platal.git hotfix probleme de retour de telepaiement git-svn-id: svn+ssh://murphy/home/svn/platal/branches/platal-0.9.14@1808 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) {