Removed double-update (0.2.1) for ext-doubler as it caused SQL error (which needs...
authorRoland Häder <roland@mxchange.org>
Fri, 31 May 2013 08:01:39 +0000 (08:01 +0000)
committerRoland Häder <roland@mxchange.org>
Fri, 31 May 2013 08:01:39 +0000 (08:01 +0000)
inc/extensions/doubler/mode-update.php
inc/extensions/ext-doubler.php

index da3cb462eab305d7079d826915893f1b5cc57387..b85eb70d0b7a5d09460b315467a18ff57ed2456f 100644 (file)
@@ -41,6 +41,7 @@ if (!defined('__SECURITY')) {
 } // END - if
 
 // @TODO Remove double tabs from all lines
 } // END - if
 
 // @TODO Remove double tabs from all lines
+               switch (getCurrentExtensionVersion()) {
                        case '0.0.1': // SQL queries for v0.0.1
                                // Update notes (these will be set as task text!)
                                setExtensionUpdateNotes("Problem mit Mitglieds-Id behoben.");
                        case '0.0.1': // SQL queries for v0.0.1
                                // Update notes (these will be set as task text!)
                                setExtensionUpdateNotes("Problem mit Mitglieds-Id behoben.");
@@ -165,15 +166,6 @@ if (!defined('__SECURITY')) {
                                // Update notes (these will be set as task text!)
                                setExtensionUpdateNotes("Filter zum Ausschlie&szlig;en des konfigurierten Mitgliedaccounts.");
                                break;
                                // Update notes (these will be set as task text!)
                                setExtensionUpdateNotes("Filter zum Ausschlie&szlig;en des konfigurierten Mitgliedaccounts.");
                                break;
-
-                       case '0.2.1': // SQL queries for v0.2.1
-                               // Register subject lines
-                               registerExtensionPointsData('doubler_direct', 'points', 'LOCKED', 'DIRECT');
-                               registerExtensionPointsData('doubler_reset', 'points', 'LOCKED', 'DIRECT');
-
-                               // Update notes (these will be set as task text!)
-                               setExtensionUpdateNotes("Verwendungszwecks f&uuml;r Guthabenkonten hinzugef&uuml;gt.");
-                               break;
                } // END - switch
 
 // [EOF]
                } // END - switch
 
 // [EOF]
index b0cedb8dc942344a15faaeb24046eb53d4eedff5..eac8bdedb86807dee919db03e72515c56625bf0a 100644 (file)
@@ -41,10 +41,10 @@ if (!defined('__SECURITY')) {
 } // END - if
 
 // Version number
 } // END - if
 
 // Version number
-setThisExtensionVersion('0.2.1');
+setThisExtensionVersion('0.2.0');
 
 // Version history array (add more with , '0.0.1' and so on)
 
 // Version history array (add more with , '0.0.1' and so on)
-setExtensionVersionHistory(array('0.0.0', '0.0.1', '0.0.2', '0.0.3', '0.0.4', '0.0.5', '0.0.6', '0.0.7', '0.0.8', '0.0.9', '0.1.0', '0.1.1', '0.1.2', '0.1.3', '0.1.4', '0.1.5', '0.1.6', '0.1.7', '0.1.8', '0.1.9', '0.2.0', '0.2.1'));
+setExtensionVersionHistory(array('0.0.0', '0.0.1', '0.0.2', '0.0.3', '0.0.4', '0.0.5', '0.0.6', '0.0.7', '0.0.8', '0.0.9', '0.1.0', '0.1.1', '0.1.2', '0.1.3', '0.1.4', '0.1.5', '0.1.6', '0.1.7', '0.1.8', '0.1.9', '0.2.0'));
 
 switch (getExtensionMode()) {
        case 'setup': // Do stuff when installation is running
 
 switch (getExtensionMode()) {
        case 'setup': // Do stuff when installation is running