diff --git a/etemplate/inc/class.advancedsearch_widget.inc.php b/etemplate/inc/class.advancedsearch_widget.inc.php index 2dd0432a75..a3aec6f3ea 100644 --- a/etemplate/inc/class.advancedsearch_widget.inc.php +++ b/etemplate/inc/class.advancedsearch_widget.inc.php @@ -23,6 +23,11 @@ * can also contain a field 'method' which gets executed with resultset as first param * 'row_actions' => array with actions for each row * + * @package etemplate + * @subpackage extensions + * @author Cornelius Weiss + * @license GPL - GNU General Public License + */ */ class advancedsearch_widget { diff --git a/etemplate/inc/class.customfields_widget.inc.php b/etemplate/inc/class.customfields_widget.inc.php index a487f54804..8bc6acabe7 100644 --- a/etemplate/inc/class.customfields_widget.inc.php +++ b/etemplate/inc/class.customfields_widget.inc.php @@ -16,7 +16,7 @@ /** * This widget generates a template for customfields based on definitions in epgw_config table * - * @package eTemplate + * @package etemplate * @subpackage extensions * @author RalfBecker-At-outdoor-training.de * @author Cornelius Weiss diff --git a/etemplate/inc/class.sitemgr_module.inc.php b/etemplate/inc/class.sitemgr_module.inc.php index 8926d169f5..a4ff89e69a 100644 --- a/etemplate/inc/class.sitemgr_module.inc.php +++ b/etemplate/inc/class.sitemgr_module.inc.php @@ -20,7 +20,7 @@ * - the app need to avoid redirects or links, as this would leave sitemgr!!! * * @package etemplate - * @subpackage extensions + * @subpackage api * @author RalfBecker-AT-outdoor-training.de * @license GPL */ diff --git a/etemplate/inc/class.so_sql.inc.php b/etemplate/inc/class.so_sql.inc.php index af97e4087a..06f93748fc 100644 --- a/etemplate/inc/class.so_sql.inc.php +++ b/etemplate/inc/class.so_sql.inc.php @@ -21,7 +21,7 @@ * Of cause can you derife the class and call the constructor with params. * * @package etemplate - * @subpackage contrib + * @subpackage api * @author RalfBecker-AT-outdoor-training.de * @license http://opensource.org/licenses/gpl-license.php GPL - GNU General Public License */