removed obsolete TODO
This commit is contained in:
parent
ed4913f3f2
commit
7fd7947fa6
|
@ -295,7 +295,7 @@ class kolabUser extends baseModule {
|
||||||
function display_html_attributes(&$post) {
|
function display_html_attributes(&$post) {
|
||||||
$return = array();
|
$return = array();
|
||||||
// check if account is marked for deletion
|
// check if account is marked for deletion
|
||||||
if (isset($this->attributes['kolabDeleteflag'])) { // TODO delete flag
|
if (isset($this->attributes['kolabDeleteflag'])) {
|
||||||
$return[] = array(
|
$return[] = array(
|
||||||
0 => array('kind' => 'text', 'text' => _('This account is marked for deletion.')));
|
0 => array('kind' => 'text', 'text' => _('This account is marked for deletion.')));
|
||||||
return $return;
|
return $return;
|
||||||
|
|
Loading…
Reference in New Issue