1
0
mirror of https://github.com/e107inc/e107.git synced 2025-08-10 16:46:50 +02:00

Notice removal

This commit is contained in:
e107steved
2010-01-02 22:57:41 +00:00
parent e723490eb8
commit 320a008b3c
5 changed files with 91 additions and 38 deletions

View File

@@ -9,16 +9,25 @@
*
*
* $Source: /cvs_backup/e107_0.8/e107_plugins/linkwords/e_help.php,v $
* $Revision: 1.3 $
* $Date: 2009-11-18 01:05:47 $
* $Author: e107coders $
* $Revision: 1.4 $
* $Date: 2010-01-02 22:57:41 $
* $Author: e107steved $
*/
/**
* e107 Linkword plugin
*
* @package e107_plugins
* @subpackage linkwords
* @version $Id: e_help.php,v 1.4 2010-01-02 22:57:41 e107steved Exp $;
*
*/
if (!defined('e107_INIT')) { exit; }
include_lan(e_PLUGIN."linkwords/languages/".e_LANGUAGE."_admin_linkwords.php");
if (e_QUERY) list($action,$junk) = explode('.',e_QUERY); else $action = 'words';
if (e_QUERY) list($action,$junk) = explode('.',e_QUERY.'.'); else $action = 'words';
switch ($action)
{