1
0
mirror of https://github.com/e107inc/e107.git synced 2025-08-21 05:41:58 +02:00

bugfix #3696 hardcoded lan in e_list

This commit is contained in:
lisa
2008-12-08 07:57:21 +00:00
parent 4d830beec3
commit 504d47fa1f
3 changed files with 115 additions and 94 deletions

View File

@@ -11,9 +11,9 @@
| GNU General Public License (http://gnu.org).
|
| $Source: /cvs_backup/e107_0.8/e107_plugins/list_new/languages/English.php,v $
| $Revision: 1.3 $
| $Date: 2007-04-02 20:31:46 $
| $Author: e107steved $
| $Revision: 1.4 $
| $Date: 2008-12-08 07:57:21 $
| $Author: lisa_ $
+----------------------------------------------------------------------------+
*/
@@ -203,4 +203,6 @@ define("LIST_FORUM_4", "replies:");
define("LIST_FORUM_5", "lastpost:");
define("LIST_FORUM_6", "on:");
define("LIST_LAN_1", "no items in");
?>