mirror of
https://github.com/Combodo/iTop.git
synced 2026-02-13 07:24:13 +01:00
9 lines
192 B
PHP
9 lines
192 B
PHP
<?php
|
|
|
|
class RowStatus_Disappeared extends RowStatus_Modify
|
|
{
|
|
public function GetDescription()
|
|
{
|
|
return Dict::Format('UI:CSVReport-Row-Disappeared', $this->m_iChanged);
|
|
}
|
|
} |