$db->debug = false;
if (set_config("backup_version", $backup_version) and set_config("backup_release", $backup_release)) {
notify(get_string("databasesuccess"), "green");
- notify(get_string("databaseupgradebackups", "", $backup_version));
+ notify(get_string("databaseupgradebackups", "", $backup_version), "green");
upgrade_log_finish();
print_continue($continueto);
exit;
$db->debug=false;
if (set_config("backup_version", $backup_version) and set_config("backup_release", $backup_release)) {
notify(get_string("databasesuccess"), "green");
- notify(get_string("databaseupgradebackups", "", $backup_version));
+ notify(get_string("databaseupgradebackups", "", $backup_version), "green");
upgrade_log_finish();
print_continue($continueto);
exit;
$db->debug = false;
if (set_config('blocks_version', $blocks_version)) {
notify(get_string('databasesuccess'), 'notifysuccess');
- notify(get_string('databaseupgradeblocks', '', $blocks_version));
+ notify(get_string('databaseupgradeblocks', '', $blocks_version), 'notifysuccess');
upgrade_log_finish();
print_continue($continueto);
exit;
$db->debug=false;
if (set_config('blocks_version', $blocks_version)) {
notify(get_string('databasesuccess'), 'notifysuccess');
- notify(get_string('databaseupgradeblocks', '', $blocks_version));
+ notify(get_string('databaseupgradeblocks', '', $blocks_version), 'notifysuccess');
upgrade_log_finish();
print_continue($continueto);
exit;