]> git.mxchange.org Git - mailer.git/blobdiff - inc/extensions/ext-rallye.php
Install SQL import is improved. Now no external shell command is required. :)
[mailer.git] / inc / extensions / ext-rallye.php
index f54cc7fda05a9d8ec3af9e175633330c889f15f1..26c2f713ca4699e0a3bfa436ba0e947b6016ebaa 100644 (file)
@@ -157,7 +157,7 @@ case "update": // Update an extension
                $UPDATE_NOTES = "Fehler beseitigt, wenn error_reporting=E_ALL gesetzt ist. Und der vorherige Fehler <U>Template nicht gefunden</U> ist endlich beseitigt.";
                break;
 
-       case "0.1.0": // SQL queries for v0.1.0
+       case "0.1.0": // SQL queries for v0.2.1
                $SQLs[] = "ALTER TABLE "._MYSQL_PREFIX."_rallye_users CHANGE curr_points curr_points double(23,5) not null default '0.00000'";
 
                // Update notes (these will be set as task text!)
@@ -352,7 +352,7 @@ LIMIT 1", __FILE__, __LINE__);
 $EXT_LANG_PREFIX = "rallye";
 
 // Extension is always active?
-$EXT_ALWAYS_ACTIVE = "N";
+$EXT_ALWAYS_ACTIVE = 'N';
 
 //
 ?>