mirror of
https://github.com/e107inc/e107.git
synced 2025-08-03 21:27:25 +02:00
Unused variables removal
This commit is contained in:
@@ -9,9 +9,9 @@
|
|||||||
* Alternate News
|
* Alternate News
|
||||||
*
|
*
|
||||||
* $Source: /cvs_backup/e107_0.8/e107_plugins/alt_news/alt_news.php,v $
|
* $Source: /cvs_backup/e107_0.8/e107_plugins/alt_news/alt_news.php,v $
|
||||||
* $Revision: 1.3 $
|
* $Revision: 1.4 $
|
||||||
* $Date: 2008-12-07 13:08:54 $
|
* $Date: 2009-07-06 07:14:47 $
|
||||||
* $Author: e107steved $
|
* $Author: marj_nl_fr $
|
||||||
*/
|
*/
|
||||||
|
|
||||||
if (!defined('e107_INIT')) { exit; }
|
if (!defined('e107_INIT')) { exit; }
|
||||||
@@ -19,7 +19,7 @@ if (!defined('e107_INIT')) { exit; }
|
|||||||
require_once(e_HANDLER."news_class.php");
|
require_once(e_HANDLER."news_class.php");
|
||||||
|
|
||||||
function alt_news($news_category) {
|
function alt_news($news_category) {
|
||||||
global $ml, $sql, $aj, $ns;
|
global $sql, $aj, $ns;
|
||||||
$ix = new news;
|
$ix = new news;
|
||||||
if (strstr(e_QUERY, "cat")) {
|
if (strstr(e_QUERY, "cat")) {
|
||||||
$category = $news_category;
|
$category = $news_category;
|
||||||
|
Reference in New Issue
Block a user