remove message_org block in displayMsg as it is used only in view_message_printable template

This commit is contained in:
Klaus Leithoff 2010-06-04 07:07:28 +00:00
parent 3a74183a4f
commit e1657c74ec

View File

@ -339,7 +339,7 @@
$this->t->set_block('displayMsg','message_attachement_row'); $this->t->set_block('displayMsg','message_attachement_row');
$this->t->set_block('displayMsg','previous_message_block'); $this->t->set_block('displayMsg','previous_message_block');
$this->t->set_block('displayMsg','next_message_block'); $this->t->set_block('displayMsg','next_message_block');
$this->t->set_block('displayMsg','message_org'); //$this->t->set_block('displayMsg','message_org');
$this->t->egroupware_hack = False; $this->t->egroupware_hack = False;