Update of notes/setup
Modified Files:
Branch: MAIN
tables_current.inc.php lines: +9 -10
setup.inc.php lines: +9 -10
tables_update.inc.php lines: +16 -10
Log Message:
Added phpdocs
====================================================
Index: notes/setup/tables_current.inc.php
diff -u notes/setup/tables_current.inc.php:1.3
notes/setup/tables_current.inc.php:1.4
--- notes/setup/tables_current.inc.php:1.3 Thu Jun 7 04:49:18 2001
+++ notes/setup/tables_current.inc.php Thu Apr 28 18:33:53 2005
@@ -1,15 +1,14 @@
<?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. *
- \**************************************************************************/
+ /**
+ * Notes - Setup
+ * @author Bettina Gille [EMAIL PROTECTED]
+ * @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 notes
+ * @subpackage setup
+ * @version $Id$
+ */
- /* $Id$ */
$phpgw_baseline = array(
'phpgw_notes' => array(
====================================================
Index: notes/setup/setup.inc.php
diff -u notes/setup/setup.inc.php:1.15 notes/setup/setup.inc.php:1.16
--- notes/setup/setup.inc.php:1.15 Tue Mar 30 12:22:29 2004
+++ notes/setup/setup.inc.php Thu Apr 28 18:33:53 2005
@@ -1,14 +1,13 @@
<?php
-
/**************************************************************************\
- * phpGroupWare - Notes
*
- * 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$ */
+ /**
+ * Notes - Setup
+ * @author Bettina Gille [EMAIL PROTECTED]
+ * @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 notes
+ * @subpackage setup
+ * @version $Id$
+ */
$setup_info['notes']['name'] = 'notes';
$setup_info['notes']['version'] = '0.9.15.001';
====================================================
Index: notes/setup/tables_update.inc.php
diff -u notes/setup/tables_update.inc.php:1.10
notes/setup/tables_update.inc.php:1.11
--- notes/setup/tables_update.inc.php:1.10 Fri May 16 22:50:30 2003
+++ notes/setup/tables_update.inc.php Thu Apr 28 18:33:52 2005
@@ -1,16 +1,22 @@
<?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$ */
+ /**
+ * Notes - Setup
+ * @author Bettina Gille [EMAIL PROTECTED]
+ * @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 notes
+ * @subpackage setup
+ * @version $Id$
+ */
+
$test[] = '0.9.1';
+
+ /**
+ * Upgrade from 0.9.1 to 0.9.2
+ *
+ * @return string New version number
+ */
function notes_upgrade0_9_1()
{
$GLOBALS['setup_info']['notes']['currentver'] = '0.9.2';
_______________________________________________
Phpgroupware-cvs mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/phpgroupware-cvs