From 54bce7e035a034a00ad7df58017a77b570cd9a92 Mon Sep 17 00:00:00 2001 From: web Date: Tue, 8 May 2007 14:13:47 +0000 Subject: [PATCH] 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 --- modules/payment.php | 5 +++++ 1 file changed, 5 insertions(+) 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) { -- 2.1.4