profile_update und prof_reupdate > 0 sind."; break; case "0.0.6": // SQL queries for v0.0.6 // Update notes (these will be set as task text!) $UPDATE_NOTES = "Datumsformat festgelegt auf ausführlich."; break; 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."; 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!)"; break; case "0.0.9": // SQL queries for v0.0.9 // Update notes (these will be set as task text!) $UPDATE_NOTES = "HTML-Code ausgelagert in Templates und SQL-Anweisungen abgesichert."; break; } break; case "test": // For testing purposes. For details see file inc/modules/admin/what-extensions.php, arround line 305. break; default: // Do stuff when extension is loaded // Do we have a daily-reset-run? if (isBooleanConstantAndTrue('__DAILY_RESET') && (!DEBUG_MODE) && ($CSS != 1)) { // So let's check for profiles which needs an update $INC_POOL[] = sprintf("%sinc/profile-updte.php", constant('PATH')); } break; } // ?>