]> git.mxchange.org Git - mailer.git/blobdiff - inc/extensions/ext-birthday.php
Some major rewrites + ext-network continued:
[mailer.git] / inc / extensions / ext-birthday.php
index 955282f2794e7a92636c2073b9a524ff9e92fde2..09fcf6c479eebf37f35d33c829d8cc1d98bc37f9 100644 (file)
@@ -47,7 +47,7 @@ setThisExtensionVersion('0.4.1');
 setExtensionVersionHistory(array('0.0.0', '0.1.0', '0.2.0', '0.2.1', '0.2.2', '0.2.3', '0.2.4', '0.2.5', '0.2.6', '0.2.7', '0.2.8', '0.2.9', '0.3.0', '0.3.1', '0.3.2', '0.3.3', '0.3.4', '0.3.5', '0.3.6', '0.3.7', '0.3.8', '0.3.9', '0.4.1'));
 
 switch (getExtensionMode()) {
-       case 'register': // Do stuff when installation is running
+       case 'setup': // Do stuff when installation is running
                // SQL commands to run
                addExtensionAddTableColumnSql('user_data', 'birthday_sent', 'VARCHAR(10) NOT NULL DEFAULT 0');
                break;