backport hotfix probleme de telepaiement
authorx2002bobillot <x2002bobillot@839d8a87-29fc-0310-9880-83ba4fa771e5>
Tue, 8 May 2007 15:25:53 +0000 (15:25 +0000)
committerx2002bobillot <x2002bobillot@839d8a87-29fc-0310-9880-83ba4fa771e5>
Tue, 8 May 2007 15:25:53 +0000 (15:25 +0000)
git-svn-id: svn+ssh://murphy/home/svn/platal/trunk@1809 839d8a87-29fc-0310-9880-83ba4fa771e5

modules/payment.php

index 940fac1..00c9c11 100644 (file)
@@ -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)
 {