X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=inc%2Fextensions%2Fext-user.php;h=7cc575b5661617de7ff7368069003145969bb20f;hb=2a80968b5ade9e62b7b367c63753a70ca2cff1ad;hp=159c0462633b1068e25dc565cff33d657d9cafa4;hpb=6cc1225f3da475f82e1c8a182db559eebacc4824;p=mailer.git diff --git a/inc/extensions/ext-user.php b/inc/extensions/ext-user.php index 159c046263..7cc575b566 100644 --- a/inc/extensions/ext-user.php +++ b/inc/extensions/ext-user.php @@ -252,6 +252,9 @@ PRIMARY KEY(`id`) } break; +case "modify": // When the extension got modified + break; + case "test": // For testing purposes. For details see file inc/modules/admin/what-extensions.php, arround line 305. break;