ASPN ActiveState Programmer Network
ActiveState
/ Home / Perl / PHP / Python / Tcl / XSLT /
/ Safari / My ASPN /
Cookbooks | Documentation | Mailing Lists | Modules | News Feeds | Products | User Groups


Recent Messages
List Archives
About the List
List Leaders
Subscription Options

View Subscriptions
Help

View by Topic
ActiveState
.NET Framework
Open Source
Perl
PHP
Python
Tcl
Web Services
XML & XSLT

View by Category
Database
General
SOAP
System Administration
Tools
User Interfaces
Web Programming
XML Programming


MyASPN >> Mail Archive >> phpdoc
phpdoc
[PHP-DOC] cvs: phpdoc /en/functions cybermut.xml
by Kenneth Schwartz other posts by this author
Jan 19 2002 10:56PM messages near this date
[PHP-DOC] cvs: phpdoc /en/language variables.xml | [PHP-DOC] cvs: phpdoc /en/functions cybercash.xml
irc-html		Sat Jan 19 17:56:44 2002 EDT

  Modified files:              
    /phpdoc/en/functions	cybermut.xml 
  Log:
  incorrect function naming in examples (incorporate user notes)
  
Index: phpdoc/en/functions/cybermut.xml
diff -u phpdoc/en/functions/cybermut.xml:1.14 phpdoc/en/functions/cybermut.xml:1.15
--- phpdoc/en/functions/cybermut.xml:1.14	Wed Jan  9 19:51:21 2002
+++ phpdoc/en/functions/cybermut.xml	Sat Jan 19 17:56:44 2002
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="iso-8859-1"?> 
-<!-- $Revision: 1.14 $ --> 
+<!-- $Revision: 1.15 $ --> 
  <reference id="ref.cybermut"> 
   <title> Cr&eacute;dit Mutuel CyberMUT functions</title>
   <titleabbrev> CyberMUT</titleabbrev>
@@ -81,7 +81,7 @@
 // Version number
 $VERSION="1.2";
 
-  $retour =  creditmut_creerformulairecm(
+  $retour =  cybermut_creerformulairecm(
   "https://www.creditmutuel.fr/test/telepaiement/paiement.cgi",
   $VERSION,
   "1234567890",
@@ -161,7 +161,7 @@
 $texte_libre = $HTTP_GET_VARS["texte-libre"];
 $code_retour = $HTTP_GET_VARS["code-retour"];                                     
 
-$mac_ok = creditmut_testmac($MAC,$VERSION,$TPE,$date,$montant,$reference,$texte_libre,$code
_retour);
+$mac_ok = cybermut_testmac($MAC,$VERSION,$TPE,$date,$montant,$reference,$texte_libre,$code_
retour);
 
 if ($mac_ok) {
 
@@ -170,9 +170,9 @@
   //
   //
 
-  $result=creditmut_creerreponsecm("OK");
+  $result=cybermut_creerreponsecm("OK");
 } else {
-  $result=creditmut_creerreponsecm("Document Falsifie");
+  $result=cybermut_creerreponsecm("Document Falsifie");
 }
  
 ?> 

Privacy Policy | Email Opt-out | Feedback | Syndication
© ActiveState Software Inc. All rights reserved