phpgroupware-cvs
[Top][All Lists]
Advanced

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

[Phpgroupware-cvs] email/setup setup.inc.php, 1.24 tables_current.inc.ph


From: powerstat
Subject: [Phpgroupware-cvs] email/setup setup.inc.php, 1.24 tables_current.inc.php, 1.2 tables_update.inc.php, 1.2
Date: Wed, 11 May 2005 16:08:00 +0200

Update of email/setup

Modified Files:
     Branch: MAIN
            setup.inc.php lines: +12 -13
            tables_current.inc.php lines: +12 -13
            tables_update.inc.php lines: +18 -13

Log Message:
Added phpdocs

====================================================
Index: email/setup/setup.inc.php
diff -u email/setup/setup.inc.php:1.23 email/setup/setup.inc.php:1.24
--- email/setup/setup.inc.php:1.23      Thu May  5 01:05:26 2005
+++ email/setup/setup.inc.php   Wed May 11 14:08:27 2005
@@ -1,17 +1,16 @@
 <?php
-       
/**************************************************************************\
-       * Anglemail - setup files for phpGroupWare                              
*
-       * http://www.anglemail.org                                              
        *
-       * phpGroupWare - Email                                                  
   *
-       * http://www.phpgroupware.org                                           
   *
-       * --------------------------------------------                          
   *
-       *  This program is free software; you can redistribute it and/or modify 
it *
-       *  under the terms of the GNU General Public License as published by 
the   *
-       *  Free Software Foundation; either version 2 of the License, or (at 
your  *
-       *  option) any later version.                                           
   *
-       
\**************************************************************************/
-
-       /* $Id$ */
+       /**
+       * EMail - Setup
+       *
+       * @author Angles <address@hidden>
+       * @copyright Copyright (C) xxxx Angles
+       * @copyright Copyright (C) 2003-2005 Free Software Foundation, Inc. 
http://www.fsf.org/
+       * @license http://www.gnu.org/licenses/gpl.html GNU General Public 
License
+       * @package email
+       * @subpackage setup
+       * @version $Id$
+       * @internal Based on Anglemail http://www.anglemail.org/
+       */

        $setup_info['email']['name']      = 'email';
        $setup_info['email']['title']     = 'Email';

====================================================
Index: email/setup/tables_current.inc.php
diff -u email/setup/tables_current.inc.php:1.1 
email/setup/tables_current.inc.php:1.2
--- email/setup/tables_current.inc.php:1.1      Thu Mar 13 20:03:24 2003
+++ email/setup/tables_current.inc.php  Wed May 11 14:08:27 2005
@@ -1,17 +1,16 @@
 <?php
-       
/**************************************************************************\
-       * Anglemail - setup files for phpGroupWare - DB Table                   
*
-       * http://www.anglemail.org                                              
        *
-       * phpGroupWare                                                          
   *
-       * http://www.phpgroupware.org                                           
   *
-       * --------------------------------------------                          
   *
-       *  This program is free software; you can redistribute it and/or modify 
it *
-       *  under the terms of the GNU General Public License as published by 
the   *
-       *  Free Software Foundation; either version 2 of the License, or (at 
your  *
-       *  option) any later version.                                           
   *
-       
\**************************************************************************/
-
-       /* $Id$ */
+       /**
+       * EMail - Setup
+       *
+       * @author Angles <address@hidden>
+       * @copyright Copyright (C) xxxx Angles
+       * @copyright Copyright (C) 2003,2005 Free Software Foundation, Inc. 
http://www.fsf.org/
+       * @license http://www.gnu.org/licenses/gpl.html GNU General Public 
License
+       * @package email
+       * @subpackage setup
+       * @version $Id$
+       * @internal Based on Anglemail http://www.anglemail.org/
+       */

        $phpgw_baseline = array(
                        'phpgw_anglemail' => array(

====================================================
Index: email/setup/tables_update.inc.php
diff -u email/setup/tables_update.inc.php:1.1 
email/setup/tables_update.inc.php:1.2
--- email/setup/tables_update.inc.php:1.1       Thu Mar 13 20:03:24 2003
+++ email/setup/tables_update.inc.php   Wed May 11 14:08:27 2005
@@ -1,17 +1,16 @@
 <?php
-       
/**************************************************************************\
-       * Anglemail - setup files for phpGroupWare - DB Table Update            
        *
-       * http://www.anglemail.org                                              
        *
-       * phpGroupWare                                                          
   *
-       * http://www.phpgroupware.org                                           
   *
-       * --------------------------------------------                          
   *
-       *  This program is free software; you can redistribute it and/or modify 
it *
-       *  under the terms of the GNU General Public License as published by 
the   *
-       *  Free Software Foundation; either version 2 of the License, or (at 
your  *
-       *  option) any later version.                                           
   *
-       
\**************************************************************************/
-
-       /* $Id$ */
+       /**
+       * EMail - Setup
+       *
+       * @author Angles <address@hidden>
+       * @copyright Copyright (C) xxxx Angles
+       * @copyright Copyright (C) 2003,2005 Free Software Foundation, Inc. 
http://www.fsf.org/
+       * @license http://www.gnu.org/licenses/gpl.html GNU General Public 
License
+       * @package email
+       * @subpackage setup
+       * @version $Id$
+       * @internal Based on Anglemail http://www.anglemail.org/
+       */

        /*
        $test[] = '0.9.13.002';
@@ -39,6 +38,12 @@


        $test[] = '0.9.13.002';
+
+       /**
+       * Update from 0.9.13.002 to 0.9.13.003
+       *
+       * @return string New version number
+       */
        function email_upgrade0_9_13_002()
        {
                global $setup_info, $phpgw_setup;






reply via email to

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