]> git.mxchange.org Git - mailer.git/blobdiff - inc/extensions/ext-bitcoins.php
earning_name renamed to earning_provider
[mailer.git] / inc / extensions / ext-bitcoins.php
index 8d70c03de499044cb4f2e705d1c7921367ece748..ebfd2a3ba7369c86b5665a10746352139d97d897 100644 (file)
@@ -6,9 +6,9 @@
  * -------------------------------------------------------------------- *
  * File              : ext-bitcoins.php                                 *
  * -------------------------------------------------------------------- *
- * Short description : Payment system extension for BitCoins            *
+ * Short description : P2P payment system extension for Bitcoins        *
  * -------------------------------------------------------------------- *
- * Kurzbeschreibung  : Bezahlungssystem 'BitCoins'                      *
+ * Kurzbeschreibung  : P2P-Bezahlungssystem 'Bitcoin'                   *
  * -------------------------------------------------------------------- *
  * $Revision::                                                        $ *
  * $Date::                                                            $ *
@@ -41,16 +41,16 @@ if (!defined('__SECURITY')) {
 } // END - if
 
 // Version number
-setThisExtensionVersion('0.0');
+setThisExtensionVersion('0.0.0');
 
-// Version history array (add more with , '0.1.0' and so on)
-setExtensionVersionHistory(array('0.0'));
+// Version history array (add more with , '0.0.1' and so on)
+setExtensionVersionHistory(array('0.0.0'));
 
 // This extension is in development (non-productive)
 enableExtensionProductive(false);
 
 switch (getExtensionMode()) {
-       case 'register': // Do stuff when installation is running (modules.php?module=admin is called)
+       case 'register': // Do stuff when installation is running
                // SQL commands to run
 
                // Register module
@@ -59,6 +59,7 @@ switch (getExtensionMode()) {
 
        case 'remove': // Do stuff when removing extension
                // SQL commands to run
+               //addExtensionSql("DELETE LOW_PRIRITY FROM `{?_MYSQL_PREFIX?}_mod_reg` WHERE `module`='foo' LIMIT 1");
                break;
 
        case 'activate': // Do stuff when admin activates this extension