mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-12-22 23:00:56 +01:00
update docu to better run trough phpdocumentor
This commit is contained in:
parent
71743a2260
commit
52f467b963
@ -1,7 +1,14 @@
|
|||||||
<?php
|
<?php
|
||||||
// eTemplates for Application 'resources', generated by soetemplate::dump4setup() 2006-03-29 21:55
|
/**
|
||||||
|
* eGroupWare - resources
|
||||||
/* $Id$ */
|
* http://www.egroupware.org
|
||||||
|
*
|
||||||
|
* @license http://opensource.org/licenses/gpl-license.php GPL - GNU General Public License
|
||||||
|
* @package resources
|
||||||
|
* @subpackage setup
|
||||||
|
* @author Cornelius Weiss <egw@von-und-zu-weiss.de>
|
||||||
|
* @version $Id$
|
||||||
|
*/
|
||||||
|
|
||||||
$templ_version=1;
|
$templ_version=1;
|
||||||
|
|
||||||
|
@ -5,6 +5,7 @@
|
|||||||
*
|
*
|
||||||
* @license http://opensource.org/licenses/gpl-license.php GPL - GNU General Public License
|
* @license http://opensource.org/licenses/gpl-license.php GPL - GNU General Public License
|
||||||
* @package resources
|
* @package resources
|
||||||
|
* @subpackage setup
|
||||||
* @author Cornelius Weiss <egw@von-und-zu-weiss.de>
|
* @author Cornelius Weiss <egw@von-und-zu-weiss.de>
|
||||||
* @author Lukas Weiss <wnz_gh05t@users.sourceforge.net>
|
* @author Lukas Weiss <wnz_gh05t@users.sourceforge.net>
|
||||||
* @version $Id$
|
* @version $Id$
|
||||||
|
@ -1,17 +1,15 @@
|
|||||||
<?php
|
<?php
|
||||||
/**************************************************************************\
|
/**
|
||||||
* eGroupWare - Setup *
|
* eGroupWare - resources
|
||||||
* http://www.eGroupWare.org *
|
* http://www.egroupware.org
|
||||||
* Created by eTemplates DB-Tools written by ralfbecker@outdoor-training.de *
|
* Created by eTemplates DB-Tools written by ralfbecker@outdoor-training.de
|
||||||
* -------------------------------------------- *
|
*
|
||||||
* This program is free software; you can redistribute it and/or modify it *
|
* @license http://opensource.org/licenses/gpl-license.php GPL - GNU General Public License
|
||||||
* under the terms of the GNU General Public License as published by the *
|
* @package resources
|
||||||
* Free Software Foundation; either version 2 of the License, or (at your *
|
* @subpackage setup
|
||||||
* option) any later version. *
|
* @author Cornelius Weiss <egw@von-und-zu-weiss.de>
|
||||||
\**************************************************************************/
|
* @version $Id$
|
||||||
|
*/
|
||||||
/* $Id$ */
|
|
||||||
|
|
||||||
|
|
||||||
$phpgw_baseline = array(
|
$phpgw_baseline = array(
|
||||||
'egw_resources' => array(
|
'egw_resources' => array(
|
||||||
|
@ -1,17 +1,15 @@
|
|||||||
<?php
|
<?php
|
||||||
/**************************************************************************\
|
/**
|
||||||
* eGroupWare - Setup *
|
* eGroupWare - resources
|
||||||
* http://www.eGroupWare.org *
|
* http://www.egroupware.org
|
||||||
* Created by eTemplates DB-Tools written by ralfbecker@outdoor-training.de *
|
* Created by eTemplates DB-Tools written by ralfbecker@outdoor-training.de
|
||||||
* -------------------------------------------- *
|
*
|
||||||
* This program is free software; you can redistribute it and/or modify it *
|
* @license http://opensource.org/licenses/gpl-license.php GPL - GNU General Public License
|
||||||
* under the terms of the GNU General Public License as published by the *
|
* @package resources
|
||||||
* Free Software Foundation; either version 2 of the License, or (at your *
|
* @subpackage setup
|
||||||
* option) any later version. *
|
* @author Cornelius Weiss <egw@von-und-zu-weiss.de>
|
||||||
\**************************************************************************/
|
* @version $Id$
|
||||||
|
*/
|
||||||
/* $Id$ */
|
|
||||||
|
|
||||||
|
|
||||||
$phpgw_baseline = array(
|
$phpgw_baseline = array(
|
||||||
'egw_resources' => array(
|
'egw_resources' => array(
|
||||||
|
@ -1,16 +1,15 @@
|
|||||||
<?php
|
<?php
|
||||||
/**************************************************************************\
|
/**
|
||||||
* eGroupWare - Setup *
|
* eGroupWare - resources
|
||||||
* http://www.eGroupWare.org *
|
* http://www.egroupware.org
|
||||||
* Created by eTemplates DB-Tools written by ralfbecker@outdoor-training.de *
|
* Created by eTemplates DB-Tools written by ralfbecker@outdoor-training.de
|
||||||
* -------------------------------------------- *
|
*
|
||||||
* This program is free software; you can redistribute it and/or modify it *
|
* @license http://opensource.org/licenses/gpl-license.php GPL - GNU General Public License
|
||||||
* under the terms of the GNU General Public License as published by the *
|
* @package resources
|
||||||
* Free Software Foundation; either version 2 of the License, or (at your *
|
* @subpackage setup
|
||||||
* option) any later version. *
|
* @author Cornelius Weiss <egw@von-und-zu-weiss.de>
|
||||||
\**************************************************************************/
|
* @version $Id$
|
||||||
|
*/
|
||||||
/* $Id$ */
|
|
||||||
|
|
||||||
$test[] = '0.0.1.008';
|
$test[] = '0.0.1.008';
|
||||||
function resources_upgrade0_0_1_008()
|
function resources_upgrade0_0_1_008()
|
||||||
|
Loading…
Reference in New Issue
Block a user