phpgroupware-cvs
[Top][All Lists]
Advanced

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

[Phpgroupware-cvs] CVS: email/inc class.boaction.inc.php,1.13,1.14 class


From: Dan Kuykendall <address@hidden>
Subject: [Phpgroupware-cvs] CVS: email/inc class.boaction.inc.php,1.13,1.14 class.bomessage.inc.php,1.9,1.10 class.bosend.inc.php,1.8,1.9 class.uiindex.inc.php,1.17,1.18 class.uimessage.inc.php,1.5,1.6
Date: Sat, 28 Sep 2002 11:20:21 -0400

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

Modified Files:
        class.boaction.inc.php class.bomessage.inc.php 
        class.bosend.inc.php class.uiindex.inc.php 
        class.uimessage.inc.php 
Log Message:
Switched to using the register_exit_function() and added scrolling divs to a 
couple places for examples

Index: class.boaction.inc.php
===================================================================
RCS file: /cvsroot/phpgroupware/email/inc/class.boaction.inc.php,v
retrieving revision 1.13
retrieving revision 1.14
diff -C2 -r1.13 -r1.14
*** class.boaction.inc.php      15 Jan 2002 07:40:36 -0000      1.13
--- class.boaction.inc.php      28 Sep 2002 15:20:19 -0000      1.14
***************
*** 422,426 ****
                        // you may feed "end_request" a msgball or a fldball 
and "end_request" will close the acctnum specified therein
                        $GLOBALS['phpgw']->msg->end_request($msgball);
-                       $GLOBALS['phpgw']->common->phpgw_footer();
                }
                
--- 422,425 ----
***************
*** 473,486 ****
                                //header('Location: ' . $html_reference);
                                $GLOBALS['phpgw']->redirect($html_reference);
-                               $GLOBALS['phpgw']->common->phpgw_footer();
                        }
                        else
                        {
                                $GLOBALS['phpgw']->msg->end_request();
-                               $GLOBALS['phpgw']->common->phpgw_footer();
                        }
                }
-       
-       
        }
  ?>
--- 472,481 ----

Index: class.bomessage.inc.php
===================================================================
RCS file: /cvsroot/phpgroupware/email/inc/class.bomessage.inc.php,v
retrieving revision 1.9
retrieving revision 1.10
diff -C2 -r1.9 -r1.10
*** class.bomessage.inc.php     26 Mar 2002 02:34:38 -0000      1.9
--- class.bomessage.inc.php     28 Sep 2002 15:20:19 -0000      1.10
***************
*** 1034,1038 ****
                                        $this->part_nice = '';
                                        $GLOBALS['phpgw']->msg->end_request();
-                                       
$GLOBALS['phpgw']->common->phpgw_footer();
                                        exit;
                                        */
--- 1034,1037 ----

Index: class.bosend.inc.php
===================================================================
RCS file: /cvsroot/phpgroupware/email/inc/class.bosend.inc.php,v
retrieving revision 1.8
retrieving revision 1.9
diff -C2 -r1.8 -r1.9
*** class.bosend.inc.php        1 Feb 2002 23:07:02 -0000       1.8
--- class.bosend.inc.php        28 Sep 2002 15:20:19 -0000      1.9
***************
*** 459,463 ****
                        echo '<br>';
                        
-                       $GLOBALS['phpgw']->common->phpgw_footer();
                        exit;
                        // ===== DEBUG ===== 
--- 459,462 ----
***************
*** 720,724 ****
                        echo '<br>';
                                
-                       $GLOBALS['phpgw']->common->phpgw_footer();
                        exit;
                        // ===== DEBUG ===== 
--- 719,722 ----

Index: class.uiindex.inc.php
===================================================================
RCS file: /cvsroot/phpgroupware/email/inc/class.uiindex.inc.php,v
retrieving revision 1.17
retrieving revision 1.18
diff -C2 -r1.17 -r1.18
*** class.uiindex.inc.php       11 Jan 2002 10:39:27 -0000      1.17
--- class.uiindex.inc.php       28 Sep 2002 15:20:19 -0000      1.18
***************
*** 675,680 ****
                        }
                }
-               
-               
        }
  ?>
--- 675,678 ----

Index: class.uimessage.inc.php
===================================================================
RCS file: /cvsroot/phpgroupware/email/inc/class.uimessage.inc.php,v
retrieving revision 1.5
retrieving revision 1.6
diff -C2 -r1.5 -r1.6
*** class.uimessage.inc.php     26 Mar 2002 02:34:38 -0000      1.5
--- class.uimessage.inc.php     28 Sep 2002 15:20:19 -0000      1.6
***************
*** 286,290 ****
                        {
                                
$GLOBALS['phpgw']->template->pfp('out','T_message_main');
-                               //$GLOBALS['phpgw']->common->phpgw_footer();
                        }
                }
--- 286,289 ----





reply via email to

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