Update of addressbook/setup
Modified Files:
Branch: MAIN
setup.inc.php lines: +9 -11
tables_current.inc.php lines: +9 -11
tables_baseline.inc.php lines: +9 -10
tables_update.inc.php lines: +14 -10
Log Message:
Added phpdocs
====================================================
Index: addressbook/setup/setup.inc.php
diff -u addressbook/setup/setup.inc.php:1.33
addressbook/setup/setup.inc.php:1.34
--- addressbook/setup/setup.inc.php:1.33 Sun Jan 16 17:39:28 2005
+++ addressbook/setup/setup.inc.php Tue May 10 13:02:43 2005
@@ -1,15 +1,13 @@
<?php
-
/**************************************************************************\
- * phpGroupWare - Addressbook
*
- * 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$ */
+ /**
+ * Addressbook - Setup
+ *
+ * @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 addressbook
+ * @subpackage setup
+ * @version $Id$
+ */
/* Basic information about this app */
$setup_info['addressbook']['name'] = 'addressbook';
====================================================
Index: addressbook/setup/tables_current.inc.php
diff -u addressbook/setup/tables_current.inc.php:1.9
addressbook/setup/tables_current.inc.php:1.10
--- addressbook/setup/tables_current.inc.php:1.9 Thu Mar 14 14:25:12 2002
+++ addressbook/setup/tables_current.inc.php Tue May 10 13:02:43 2005
@@ -1,15 +1,13 @@
<?php
- /**************************************************************************\
- * 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$ */
+ /**
+ * Addressbook - Setup
+ *
+ * @copyright Copyright (C) 2000-2002,2005 Free Software Foundation,
Inc. http://www.fsf.org/
+ * @license http://www.gnu.org/licenses/gpl.html GNU General Public
License
+ * @package addressbook
+ * @subpackage setup
+ * @version $Id$
+ */
$phpgw_baseline = array(
'phpgw_addressbook_servers' => array(
====================================================
Index: addressbook/setup/tables_baseline.inc.php
diff -u addressbook/setup/tables_baseline.inc.php:1.5
addressbook/setup/tables_baseline.inc.php:1.6
--- addressbook/setup/tables_baseline.inc.php:1.5 Thu Mar 14 14:25:12 2002
+++ addressbook/setup/tables_baseline.inc.php Tue May 10 13:02:43 2005
@@ -1,14 +1,13 @@
<?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$ */
+ /**
+ * Addressbook - Setup
+ *
+ * @copyright Copyright (C) 2000-2002,2005 Free Software Foundation,
Inc. http://www.fsf.org/
+ * @license http://www.gnu.org/licenses/gpl.html GNU General Public
License
+ * @package addressbook
+ * @subpackage setup
+ * @version $Id$
+ */
$phpgw_baseline = array();
?>
====================================================
Index: addressbook/setup/tables_update.inc.php
diff -u addressbook/setup/tables_update.inc.php:1.21
addressbook/setup/tables_update.inc.php:1.22
--- addressbook/setup/tables_update.inc.php:1.21 Thu Mar 14 14:25:12 2002
+++ addressbook/setup/tables_update.inc.php Tue May 10 13:02:43 2005
@@ -1,17 +1,21 @@
<?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.
*
-
\**************************************************************************/
+ /**
+ * Addressbook - Setup
+ *
+ * @copyright Copyright (C) 2000-2002,2005 Free Software Foundation,
Inc. http://www.fsf.org/
+ * @license http://www.gnu.org/licenses/gpl.html GNU General Public
License
+ * @package addressbook
+ * @subpackage setup
+ * @version $Id$
+ */
- /* $Id$ */
$test[] = '0.9.13.002';
+ /**
+ * Update from 0.9.13.002 to 0.9.13.003
+ *
+ * @return string New version number
+ */
function addressbook_upgrade0_9_13_002()
{
$GLOBALS['phpgw_setup']->oProc->CreateTable(
_______________________________________________
Phpgroupware-cvs mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/phpgroupware-cvs