1
0
mirror of https://github.com/e107inc/e107.git synced 2025-08-04 05:37:32 +02:00

Remove spurious LAN constant

This commit is contained in:
e107steved
2009-10-21 19:19:53 +00:00
parent 8fa6a06d97
commit 36c44d81cf

View File

@@ -10,9 +10,9 @@
* Administration Area - Users * Administration Area - Users
* *
* $Source: /cvs_backup/e107_0.8/e107_admin/users.php,v $ * $Source: /cvs_backup/e107_0.8/e107_admin/users.php,v $
* $Revision: 1.59 $ * $Revision: 1.60 $
* $Date: 2009-10-21 07:31:07 $ * $Date: 2009-10-21 19:19:53 $
* $Author: e107coders $ * $Author: e107steved $
* *
*/ */
require_once ('../class2.php'); require_once ('../class2.php');
@@ -1063,7 +1063,6 @@ class users
$text .= " $text .= "
<form method='post' action='".e_SELF."?".e_QUERY."'> <form method='post' action='".e_SELF."?".e_QUERY."'>
<fieldset id='core-users-list'> <fieldset id='core-users-list'>
<legend class='e-hideme'>".NWSLAN_4."</legend>
<table cellpadding='0' cellspacing='0' class='adminlist'>". <table cellpadding='0' cellspacing='0' class='adminlist'>".
$frm->colGroup($this->fields,$this->fieldpref). $frm->colGroup($this->fields,$this->fieldpref).
$frm->thead($this->fields,$this->fieldpref,"main.[FIELD].[ASC].[FROM]"). $frm->thead($this->fields,$this->fieldpref,"main.[FIELD].[ASC].[FROM]").