phpgroupware-cvs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Phpgroupware-cvs] CVS: felamimail/inc class.uidisplay.inc.php,1.1.2.1,1


From: Ralf Becker <address@hidden>
Subject: [Phpgroupware-cvs] CVS: felamimail/inc class.uidisplay.inc.php,1.1.2.1,1.1.2.2
Date: Sat, 23 Nov 2002 20:44:57 -0500

Update of /cvsroot/phpgroupware/felamimail/inc
In directory subversions:/tmp/cvs-serv18817

Modified Files:
      Tag: Version-0_9_14-branch
        class.uidisplay.inc.php 
Log Message:
readded a call to calendar's hook_email and other X-phpGW-Type hooks


Index: class.uidisplay.inc.php
===================================================================
RCS file: /cvsroot/phpgroupware/felamimail/inc/class.uidisplay.inc.php,v
retrieving revision 1.1.2.1
retrieving revision 1.1.2.2
diff -C2 -r1.1.2.1 -r1.1.2.2
*** class.uidisplay.inc.php     27 Oct 2002 19:39:32 -0000      1.1.2.1
--- class.uidisplay.inc.php     24 Nov 2002 01:44:55 -0000      1.1.2.2
***************
*** 208,212 ****
                                $this->t->set_var('attachment_rows','');
                        }
!                       
                        #$this->t->pparse("out","message_attachment_rows");
  
--- 208,212 ----
                                $this->t->set_var('attachment_rows','');
                        }
! 
                        #$this->t->pparse("out","message_attachment_rows");
  
***************
*** 214,217 ****
--- 214,225 ----
                        $this->t->pparse("out","message_main");
  
+                       global $calendar_id;
+                       list(,$app,,,,$calendar_id) = 
explode('"',strstr($rawheaders,'X-phpGW-Type:'));
+                       if(!isset($GLOBALS['HTTP_GET_VARS']['printable']) && 
!empty($app))
+                       {
+                               echo '<table align="center" 
width="100%"><tr><td align="center">';
+                               $GLOBALS['phpgw']->hooks->single('email',$app);
+                               echo '</td></tr></table>';
+                       }
                }
  





reply via email to

[Prev in Thread] Current Thread [Next in Thread]