X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=inc%2Fextensions%2Fext-profile.php;h=6d2805798f267b9aae44a37a4be9c110eb1f92fa;hb=c7958232aa15dd87e8fff4b837536173f2f3dbf6;hp=75a70b6bc528023f5a8288dff66ca784a510bfa4;hpb=2d22333229bc326bbf92e0b4c1603b3290d7fbb5;p=mailer.git diff --git a/inc/extensions/ext-profile.php b/inc/extensions/ext-profile.php index 75a70b6bc5..6d2805798f 100644 --- a/inc/extensions/ext-profile.php +++ b/inc/extensions/ext-profile.php @@ -93,7 +93,7 @@ case "update": // Update an extension case "0.0.5": // SQL queries for v0.0.5 // Update notes (these will be set as task text!) - $UPDATE_NOTES = "Profilaktualisierungsmails werden nur dann ausgesendet, wenn profile_update und prof_reupdate > 0 sind."; + $UPDATE_NOTES = "Profilaktualisierungsmails werden nur dann ausgesendet, wenn profile_update und prof_reupdate > 0 sind."; break; case "0.0.6": // SQL queries for v0.0.6 @@ -103,12 +103,12 @@ case "update": // Update an extension case "0.0.7": // SQL queries for v0.0.7 // Update notes (these will be set as task text!) - $UPDATE_NOTES = "Wörter Mailtausch, Mailtausches und Mailtauscher sind austauschbar."; + $UPDATE_NOTES = "Wörter Mailtausch, Mailtausches und Mailtauscher sind austauschbar."; break; case "0.0.8": // SQL queries for v0.0.8 // Update notes (these will be set as task text!) - $UPDATE_NOTES = "Namenskonflikt gelösst mit Erweiterung update (kommt noch raus!)"; + $UPDATE_NOTES = "Namenskonflikt gelösst mit Erweiterung update (kommt noch raus!)"; break; case "0.0.9": // SQL queries for v0.0.9 @@ -123,9 +123,9 @@ case "test": // For testing purposes. For details see file inc/modules/admin/wha default: // Do stuff when extension is loaded // Do we have a daily-reset-run? - if (isBooleanConstantAndTrue('__DAILY_RESET') && (!DEBUG_MODE) && ($CSS != 1)) { + if (isBooleanConstantAndTrue('__DAILY_RESET') && (!isBooleanConstantAndTrue('DEBUG_MODE')) && ($CSS != 1)) { // So let's check for profiles which needs an update - $INC_POOL[] = sprintf("%sinc/profile-updte.php", PATH); + $INC_POOL[] = sprintf("%sinc/profile-updte.php", constant('PATH')); } break; }