Do not need anything to configure for this update.

'; } /** * This function has to perform the update * * Must return true, if everything went well, of an array of error * messages, if something went wrong. * The first parameter again in the language array. */ function performUpdate($l) { return true; } }