1
0
mirror of https://github.com/e107inc/e107.git synced 2025-08-06 14:46:56 +02:00

Sort a few documentation comments

This commit is contained in:
SteveD
2013-03-02 17:59:32 +00:00
parent f78530bc80
commit c0610bfa6a
9 changed files with 566 additions and 517 deletions

View File

@@ -21,8 +21,6 @@
* @package e107 * @package e107
* @subpackage e107_handlers * @subpackage e107_handlers
* @version $Id: mailout_class.php 11315 2010-02-10 18:18:01Z secretr $; * @version $Id: mailout_class.php 11315 2010-02-10 18:18:01Z secretr $;
*
* @todo last visit date needs XHTML calendar on display, and needs to accept varying input formats
*/ */
if (!defined('e107_INIT')) { exit; } if (!defined('e107_INIT')) { exit; }

View File

@@ -11,6 +11,16 @@
* $URL$ * $URL$
* $Id$ * $Id$
*/ */
/**
* e107 Newsletter plugin
*
* @package e107_plugins
* @subpackage newsletter
* @version $Id$;
*/
require_once('../../class2.php'); require_once('../../class2.php');
if (!getperms('P')) if (!getperms('P'))
{ {

View File

@@ -2,7 +2,7 @@
/* /*
* e107 website system * e107 website system
* *
* Copyright (C) 2008-2010 e107 Inc (e107.org) * Copyright (C) 2008-2013 e107 Inc (e107.org)
* Released under the terms and conditions of the * Released under the terms and conditions of the
* GNU General Public License (http://www.gnu.org/licenses/gpl.txt) * GNU General Public License (http://www.gnu.org/licenses/gpl.txt)
* *
@@ -20,7 +20,7 @@
* e107 Newsletter plugin * e107 Newsletter plugin
* *
* @package e107_plugins * @package e107_plugins
* @subpackage event_calendar * @subpackage newsletter
* @version $Id$; * @version $Id$;
*/ */

View File

@@ -2,7 +2,7 @@
/* /*
* e107 website system * e107 website system
* *
* Copyright (C) 2008-2010 e107 Inc (e107.org) * Copyright (C) 2008-2013 e107 Inc (e107.org)
* Released under the terms and conditions of the * Released under the terms and conditions of the
* GNU General Public License (http://www.gnu.org/licenses/gpl.txt) * GNU General Public License (http://www.gnu.org/licenses/gpl.txt)
* *

View File

@@ -2,7 +2,7 @@
/* /*
* e107 website system * e107 website system
* *
* Copyright (C) 2008-2009 e107 Inc (e107.org) * Copyright (C) 2008-2013 e107 Inc (e107.org)
* Released under the terms and conditions of the * Released under the terms and conditions of the
* GNU General Public License (http://www.gnu.org/licenses/gpl.txt) * GNU General Public License (http://www.gnu.org/licenses/gpl.txt)
* *
@@ -14,6 +14,17 @@
* $Author$ * $Author$
* *
*/ */
/**
* e107 Newsletter plugin
*
* @package e107_plugins
* @subpackage newsletter
* @version $Id$;
*/
require_once('../../class2.php'); require_once('../../class2.php');
if (!$e107->isInstalled('newsletter') || !ADMIN) if (!$e107->isInstalled('newsletter') || !ADMIN)
{ {

View File

@@ -15,6 +15,15 @@
* *
*/ */
/**
* e107 pdf generation plugin
*
* @package e107_plugins
* @subpackage pdf
* @version $Id$;
*/
require_once('../../class2.php'); require_once('../../class2.php');
if (!getperms('P') || !plugInstalled('pdf')) if (!getperms('P') || !plugInstalled('pdf'))
{ {

View File

@@ -2,17 +2,25 @@
/* /*
* e107 website system * e107 website system
* *
* Copyright (C) 2008-2009 e107 Inc (e107.org) * Copyright (C) 2008-2013 e107 Inc (e107.org)
* Released under the terms and conditions of the * Released under the terms and conditions of the
* GNU General Public License (http://www.gnu.org/licenses/gpl.txt) * GNU General Public License (http://www.gnu.org/licenses/gpl.txt)
* *
* Plugin - PDF generator * Plugin - PDF generator
* *
* $Source: /cvs_backup/e107_0.8/e107_plugins/pdf/e107pdf.php,v $ * $URL$
* $Revision$ * $Id$
* $Date$ */
* $Author$
*/
/**
* e107 pdf generation plugin
*
* @package e107_plugins
* @subpackage pdf
* @version $Id$;
*/
if (!defined('e107_INIT')) { exit; } if (!defined('e107_INIT')) { exit; }
/* /*

View File

@@ -2,18 +2,24 @@
/* /*
* e107 website system * e107 website system
* *
* Copyright (C) 2008-2009 e107 Inc (e107.org) * Copyright (C) 2008-2013 e107 Inc (e107.org)
* Released under the terms and conditions of the * Released under the terms and conditions of the
* GNU General Public License (http://www.gnu.org/licenses/gpl.txt) * GNU General Public License (http://www.gnu.org/licenses/gpl.txt)
* *
* Plugin - PDF Generator * Plugin - PDF Generator
* *
* $Source: /cvs_backup/e107_0.8/e107_plugins/pdf/pdf.php,v $ * $URL$
* $Revision$ * $Id$
* $Date$ */
* $Author$
/**
* e107 pdf generation plugin
* *
*/ * @package e107_plugins
* @subpackage pdf
* @version $Id$;
*/
require_once('../../class2.php'); require_once('../../class2.php');
if(!e107::isInstalled('pdf') || !e_QUERY) if(!e107::isInstalled('pdf') || !e_QUERY)
{ {

View File

@@ -1,7 +1,14 @@
/* /*
* e107 website system Copyright (C) 2008-2009 e107 Inc (e107.org) * e107 website system Copyright (C) 2008-2013 e107 Inc (e107.org)
* $Id$ * $Id$
*/ */
/**
* e107 pdf generation plugin
*
* @package e107_plugins
* @subpackage pdf
* @version $Id$;
*/
if (!plugInstalled('pdf')) if (!plugInstalled('pdf'))
{ {