phpgroupware-cvs
[Top][All Lists]
Advanced

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

[Phpgroupware-cvs] CVS: addressbook csv_import.php,1.13,1.14 index.php,1


From: Dan Kuykendall <address@hidden>
Subject: [Phpgroupware-cvs] CVS: addressbook csv_import.php,1.13,1.14 index.php,1.119,1.120
Date: Sat, 28 Sep 2002 11:20:50 -0400

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

Modified Files:
        csv_import.php index.php 
Log Message:
Switched to using the register_exit_function() and added scrolling divs to a 
couple places for examples

Index: csv_import.php
===================================================================
RCS file: /cvsroot/phpgroupware/addressbook/csv_import.php,v
retrieving revision 1.13
retrieving revision 1.14
diff -C2 -r1.13 -r1.14
*** csv_import.php      2 Sep 2002 06:07:09 -0000       1.13
--- csv_import.php      28 Sep 2002 15:20:18 -0000      1.14
***************
*** 382,385 ****
        $GLOBALS['phpgw']->template->set_var('hiddenvars',$hiddenvars);
        $GLOBALS['phpgw']->template->fp('phpgw_body','import');
-       $GLOBALS['phpgw']->common->phpgw_footer();
  ?>
--- 382,384 ----

Index: index.php
===================================================================
RCS file: /cvsroot/phpgroupware/addressbook/index.php,v
retrieving revision 1.119
retrieving revision 1.120
diff -C2 -r1.119 -r1.120
*** index.php   24 Aug 2002 18:04:27 -0000      1.119
--- index.php   28 Sep 2002 15:20:18 -0000      1.120
***************
*** 24,27 ****
        $obj = CreateObject('addressbook.uiaddressbook');
        $obj->index();
-       $GLOBALS['phpgw']->common->phpgw_footer();
  ?>
--- 24,26 ----





reply via email to

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