phpgroupware-cvs
[Top][All Lists]
Advanced

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

[Phpgroupware-cvs] CVS: sitemgr/setup setup.inc.php,1.6,1.7


From: Ralf Becker <address@hidden>
Subject: [Phpgroupware-cvs] CVS: sitemgr/setup setup.inc.php,1.6,1.7
Date: Sun, 27 Oct 2002 19:35:12 -0500

Update of /cvsroot/phpgroupware/sitemgr/setup
In directory subversions:/tmp/cvs-serv1591

Modified Files:
        setup.inc.php 
Log Message:
ubdate to new about-system (all infos are in setup.inc.php, no more hook_about)


Index: setup.inc.php
===================================================================
RCS file: /cvsroot/phpgroupware/sitemgr/setup/setup.inc.php,v
retrieving revision 1.6
retrieving revision 1.7
diff -C2 -r1.6 -r1.7
*** setup.inc.php       27 Oct 2002 18:36:22 -0000      1.6
--- setup.inc.php       28 Oct 2002 00:35:10 -0000      1.7
***************
*** 33,49 ****
                long, but coding doesn\'t start until part-way through week 6, 
so version 1.0 of sitemgr
                was programmed in an intensive 3 weeks.';
!       $setup_info['sitemgr']['author'] =
!               '<u>ICS 125 Team 10</u>:<br>
!               Tina Alinaghian (tina -AT- checkyour6.net)<br>
!               Austin Lee (anhjah -AT- hotmail.com)<br>
!               Siu Leung (rurouni_master -AT- hotmail.com)<br>
!               Fang Ming Lo (flo -AT- uci.edu)<br>
!               Patrick Walsh (mr_e -AT- phpgroupware.org)<br>
!               <u>Professor</u>:<br>
!               Hadar Ziv (profziv -AT- aol.com)<br>
!               <u>TA</u>:<br>
!               Arijit Ghosh (arijitg -AT- uci.edu)';
!       $setup_info['sitemgr']['maintainer'] = 'Patrick Walsh';
!       $setup_info['sitemgr']['maintainer_email'] = 'address@hidden';
  
        /* The hooks this app includes, needed for hooks registration */
--- 33,59 ----
                long, but coding doesn\'t start until part-way through week 6, 
so version 1.0 of sitemgr
                was programmed in an intensive 3 weeks.';
!       
!       $setup_info['sitemgr']['author'] = array(
!               array (
!                       'name'  => 'Tina Alinaghian',
!                       'email' => 'address@hidden'
!               ), array(
!                       'name'  => 'Austin Lee',
!                       'email' => 'address@hidden'
!               ), array(
!                       'name'  => 'Siu Leung',
!                       'email' => 'address@hidden'
!               ), array(
!                       'name'  => 'Fang Ming Lo',
!                       'email' => 'address@hidden'
!               ), array(
!                       'name'  => 'Patrick Walsh',
!                       'email' => 'address@hidden'
!               ));
!       
!       $setup_info['sitemgr']['maintainer'] = array(
!               'name'  => 'Patrick Walsh',
!               'email' => 'address@hidden'
!       );
  
        /* The hooks this app includes, needed for hooks registration */





reply via email to

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