removed obsolete TODO

This commit is contained in:
Roland Gruber 2005-08-04 15:07:25 +00:00
parent ed4913f3f2
commit 7fd7947fa6
1 changed files with 1 additions and 1 deletions

View File

@ -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;