phpgroupware-cvs
[Top][All Lists]
Advanced

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

[Phpgroupware-cvs] CVS: email/inc class.mail_msg_base.inc.php,1.78,1.79


From: Ralf Becker <address@hidden>
Subject: [Phpgroupware-cvs] CVS: email/inc class.mail_msg_base.inc.php,1.78,1.79
Date: Sat, 29 Mar 2003 18:19:51 -0500

Update of /cvsroot/phpgroupware/email/inc
In directory subversions:/tmp/cvs-serv23559

Modified Files:
        class.mail_msg_base.inc.php 
Log Message:
changed angles check for xslt availible from checking the version is bigger 
0.9.14.1 to a check if xslt is availible (.16 development branch is 0.9.14.5xx 
atm)

Index: class.mail_msg_base.inc.php
===================================================================
RCS file: /cvsroot/phpgroupware/email/inc/class.mail_msg_base.inc.php,v
retrieving revision 1.78
retrieving revision 1.79
diff -C2 -r1.78 -r1.79
*** class.mail_msg_base.inc.php 14 Mar 2003 04:00:55 -0000      1.78
--- class.mail_msg_base.inc.php 29 Mar 2003 23:19:49 -0000      1.79
***************
*** 420,423 ****
--- 420,425 ----
                        if ($this->phpgw_0914_orless == '-1')
                        {
+                               $this->phpgw_0914_orless = 
!isset($GLOBALS['phpgw']->xslttpl); 
+                       /*
                                $this_ver = 
$GLOBALS['phpgw_info']['server']['versions']['phpgwapi'];
                                $pre_xslt_ver = '0.9.14.0.1.1';
***************
*** 453,457 ****
                                                $this->phpgw_0914_orless = True;
                                        }
!                               }
                        }
                        
--- 455,459 ----
                                                $this->phpgw_0914_orless = True;
                                        }
!                               }*/
                        }
                        





reply via email to

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