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:02 +00:00
parent 4cd24e87ee
commit f035f30dd8

View File

@ -329,7 +329,7 @@
$this->t->set_block('displayMsg','message_attachement_row');
$this->t->set_block('displayMsg','previous_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;