7 lines
373 B
PHP
Executable File
7 lines
373 B
PHP
Executable File
<?php
|
|
unset($lang->projectstory->featureBar['story']['changed']);
|
|
unset($lang->projectstory->featureBar['story']['linkedExecution']);
|
|
unset($lang->projectstory->featureBar['story']['unlinkedExecution']);
|
|
$lang->projectstory->featureBar['story']['closedstory'] = $lang->projectstory->featureBar['story']['closed'];
|
|
unset($lang->projectstory->featureBar['story']['closed']);
|