blob: 48b0cbf3a147e104b1850825edfe8c0d881f4d53 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
<?php
class Biest149 extends Migration
{
public function description()
{
return "change log message for RES_REQUEST_DENY";
}
public function up()
{
DBManager::get()->exec("UPDATE `log_actions` SET `info_template` = '%user lehnt Raumanfrage für %sem(%affected), Raum: %res(%coaffected) ab. %info' WHERE `log_actions`.`action_id` = '9179d3cf4e0353f9874bcde072d12b30'");
}
}
|