phpgroupware-cvs
[Top][All Lists]
Advanced

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

[Phpgroupware-cvs] projects/setup setup.inc.php, 1.58 default_records.in


From: ceb
Subject: [Phpgroupware-cvs] projects/setup setup.inc.php, 1.58 default_records.inc.php, 1.2 tables_baseline.inc.php, 1.3 tables_current.inc.php, 1.47 tables_update.inc.php, 1.54
Date: Sun, 10 Apr 2005 00:36:00 +0200

Update of projects/setup

Modified Files:
     Branch: MAIN
            setup.inc.php lines: +11 -10
            default_records.inc.php lines: +10 -10
            tables_baseline.inc.php lines: +11 -10
            tables_current.inc.php lines: +11 -14
            tables_update.inc.php lines: +11 -10

Log Message:
kais headers

====================================================
Index: projects/setup/setup.inc.php
diff -u projects/setup/setup.inc.php:1.57 projects/setup/setup.inc.php:1.58
--- projects/setup/setup.inc.php:1.57   Fri Apr  1 23:52:28 2005
+++ projects/setup/setup.inc.php        Sat Apr  9 22:36:30 2005
@@ -1,14 +1,15 @@
 <?php
-  /*************************************************************************\
-  * phpGroupWare Setup - Projects                                           *
-  * 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$ */
+       /**
+       * Project Manager - Setup
+       *
+       * @author Bettina Gille address@hidden
+       * @copyright Copyright (C) 2000-2005 Free Software Foundation, Inc. 
http://www.fsf.org/
+       * @license http://www.gnu.org/licenses/gpl.html GNU General Public 
License
+       * @package projects
+       * @subpackage setup
+       * @version $Id$
+       * $Source$
+       */

        $setup_info['projects']['name']      = 'projects';
        $setup_info['projects']['version']   = '0.8.7.049';

====================================================
Index: projects/setup/default_records.inc.php
diff -u projects/setup/default_records.inc.php:1.1 
projects/setup/default_records.inc.php:1.2
--- projects/setup/default_records.inc.php:1.1  Sun Feb  8 16:08:36 2004
+++ projects/setup/default_records.inc.php      Sat Apr  9 22:36:30 2005
@@ -1,14 +1,14 @@
 <?php
-       
/**************************************************************************\
-       * phpGroupWare - Setup                                                  
   *
-       * 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$ */
+       /**
+       * Project Manager - Setup
+       *
+       * @author Bettina Gille address@hidden
+       * @copyright Copyright (C) 2000-2005 Free Software Foundation, Inc. 
http://www.fsf.org/
+       * @license http://www.gnu.org/licenses/gpl.html GNU General Public 
License
+       * @package projects
+       * @subpackage setup
+       * @version $Id$
+       */

        $GLOBALS['phpgw_setup']->oProc->query("INSERT into phpgw_p_events 
(event_name,event_type,event_extra) values('hours 
limit','percent',90)",__LINE__,__FILE__);
        $GLOBALS['phpgw_setup']->oProc->query("INSERT into phpgw_p_events 
(event_name,event_type,event_extra) values('budget 
limit','percent',90)",__LINE__,__FILE__);

====================================================
Index: projects/setup/tables_baseline.inc.php
diff -u projects/setup/tables_baseline.inc.php:1.2 
projects/setup/tables_baseline.inc.php:1.3
--- projects/setup/tables_baseline.inc.php:1.2  Fri Jun 15 04:22:12 2001
+++ projects/setup/tables_baseline.inc.php      Sat Apr  9 22:36:30 2005
@@ -1,14 +1,15 @@
 <?php
-       
/**************************************************************************\
-       * phpGroupWare - Setup                                                  
   *
-       * 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$ */
+       /**
+       * Project Manager - Setup
+       *
+       * @author Bettina Gille address@hidden
+       * @copyright Copyright (C) 2000-2005 Free Software Foundation, Inc. 
http://www.fsf.org/
+       * @license http://www.gnu.org/licenses/gpl.html GNU General Public 
License
+       * @package projects
+       * @subpackage setup
+       * @version $Id$
+       * $Source$
+       */

        $phpgw_baseline = array(
                'p_projects' => array(

====================================================
Index: projects/setup/tables_current.inc.php
diff -u projects/setup/tables_current.inc.php:1.46 
projects/setup/tables_current.inc.php:1.47
--- projects/setup/tables_current.inc.php:1.46  Mon Mar 14 17:39:39 2005
+++ projects/setup/tables_current.inc.php       Sat Apr  9 22:36:30 2005
@@ -1,18 +1,15 @@
 <?php
-       
/**************************************************************************\
-       * phpGroupWare - Setup                                                  
   *
-       * 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.                                           
   *
-       
\**************************************************************************/
-
-       
/**************************************************************************\
-       * This file should be generated for you. It should never be edited by 
hand *
-       
\**************************************************************************/
-       /* $Id$ */
+       /**
+       * Project Manager - Setup
+       *
+       * @author Bettina Gille address@hidden
+       * @copyright Copyright (C) 2000-2005 Free Software Foundation, Inc. 
http://www.fsf.org/
+       * @license http://www.gnu.org/licenses/gpl.html GNU General Public 
License
+       * @package projects
+       * @subpackage setup
+       * @version $Id$
+       * $Source$
+       */

        $phpgw_baseline = array(
                'phpgw_p_projects' => array(

====================================================
Index: projects/setup/tables_update.inc.php
diff -u projects/setup/tables_update.inc.php:1.53 
projects/setup/tables_update.inc.php:1.54
--- projects/setup/tables_update.inc.php:1.53   Fri Apr  1 23:52:28 2005
+++ projects/setup/tables_update.inc.php        Sat Apr  9 22:36:30 2005
@@ -1,14 +1,15 @@
 <?php
-       
/**************************************************************************\
-       * phpGroupWare - Setup                                                  
   *
-       * 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$ */
+       /**
+       * Project Manager - Setup
+       *
+       * @author Bettina Gille address@hidden
+       * @copyright Copyright (C) 2000-2005 Free Software Foundation, Inc. 
http://www.fsf.org/
+       * @license http://www.gnu.org/licenses/gpl.html GNU General Public 
License
+       * @package projects
+       * @subpackage setup
+       * @version $Id$
+       * $Source$
+       */

        function projects_table_exists($table)
        {






reply via email to

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