mirror of
https://github.com/e107inc/e107.git
synced 2025-08-21 05:41:58 +02:00
Documentation headers updated
This commit is contained in:
@@ -9,11 +9,19 @@
|
||||
* Comment e_list Handler
|
||||
*
|
||||
* $Source: /cvs_backup/e107_0.8/e107_plugins/list_new/section/list_comment.php,v $
|
||||
* $Revision: 1.4 $
|
||||
* $Date: 2009-11-18 01:05:47 $
|
||||
* $Author: e107coders $
|
||||
* $Revision: 1.5 $
|
||||
* $Date: 2010-01-10 12:19:50 $
|
||||
* $Author: e107steved $
|
||||
*
|
||||
*/
|
||||
|
||||
/**
|
||||
* Comment interface for list_new plugin
|
||||
*
|
||||
* @package e107_plugins
|
||||
* @subpackage list_new
|
||||
*/
|
||||
|
||||
if (!defined('e107_INIT')) { exit; }
|
||||
|
||||
global $tp, $cobj;
|
||||
|
@@ -9,11 +9,18 @@
|
||||
* Members e_list Handler
|
||||
*
|
||||
* $Source: /cvs_backup/e107_0.8/e107_plugins/list_new/section/list_members.php,v $
|
||||
* $Revision: 1.6 $
|
||||
* $Date: 2009-11-18 01:05:47 $
|
||||
* $Author: e107coders $
|
||||
* $Revision: 1.7 $
|
||||
* $Date: 2010-01-10 12:19:50 $
|
||||
* $Author: e107steved $
|
||||
*
|
||||
*/
|
||||
|
||||
/**
|
||||
* Users interface for list_new plugin
|
||||
*
|
||||
* @package e107_plugins
|
||||
* @subpackage list_new
|
||||
*/
|
||||
if (!defined('e107_INIT')) { exit; }
|
||||
|
||||
class list_members
|
||||
|
@@ -9,11 +9,19 @@
|
||||
* News e_list Handler
|
||||
*
|
||||
* $Source: /cvs_backup/e107_0.8/e107_plugins/list_new/section/list_news.php,v $
|
||||
* $Revision: 1.4 $
|
||||
* $Date: 2009-11-18 01:05:47 $
|
||||
* $Author: e107coders $
|
||||
* $Revision: 1.5 $
|
||||
* $Date: 2010-01-10 12:19:53 $
|
||||
* $Author: e107steved $
|
||||
*
|
||||
*/
|
||||
|
||||
/**
|
||||
* News interface for list_new plugin
|
||||
*
|
||||
* @package e107_plugins
|
||||
* @subpackage list_new
|
||||
*/
|
||||
|
||||
if (!defined('e107_INIT')) { exit; }
|
||||
|
||||
class list_news
|
||||
|
Reference in New Issue
Block a user