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!)
setExtensionUpdateNotes("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!)
setExtensionUpdateNotes("Wörter {?mt_word?}, {?mt_word2?} und {?mt_word3?} sind austauschbar.");
break;
case '0.0.8': // SQL queries for v0.0.8
// Update notes (these will be set as task text!)
setExtensionUpdateNotes("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!)
setExtensionUpdateNotes("HTML-Code ausgelagert in Templates und SQL-Anweisungen abgesichert.");
break;
}
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;
case 'init': // Do stuff when extension is initialized
break;
default: // Unknown extension mode
logDebugMessage(__FILE__, __LINE__, sprintf("Unknown extension mode %s in extension %s detected.", getExtensionMode(), getCurrentExtensionName()));
break;
}
// [EOF]
?>