mirror of
https://github.com/e107inc/e107.git
synced 2025-08-21 05:41:58 +02:00
#6 - LAN clean-up (HTML removal, double quotes, generic)
This commit is contained in:
@@ -998,7 +998,7 @@ if(isset($page_title[$action]))
|
||||
|
||||
// Next-Previous. ==========================
|
||||
|
||||
$text .= sprintf(RL_LAN_126, $num_entry);
|
||||
$text .= sprintf(str_replace("[x]", "<strong>%d</strong>", RL_LAN_126), $num_entry);
|
||||
if($num_entry > $amount)
|
||||
{
|
||||
$parms = "{$num_entry},{$amount},{$from},".e_SELF."?".$action.".[FROM]";
|
||||
|
@@ -2,17 +2,12 @@
|
||||
/*
|
||||
* e107 website system
|
||||
*
|
||||
* Copyright (C) 2008-2009 e107 Inc (e107.org)
|
||||
* Copyright (C) 2008-2013 e107 Inc (e107.org)
|
||||
* Released under the terms and conditions of the
|
||||
* GNU General Public License (http://www.gnu.org/licenses/gpl.txt)
|
||||
*
|
||||
* Administrators Management
|
||||
*
|
||||
* $Source: /cvs_backup/e107_0.8/e107_admin/administrator.php,v $
|
||||
* $Revision$
|
||||
* $Date$
|
||||
* $Author$
|
||||
*
|
||||
*/
|
||||
|
||||
require_once('../class2.php');
|
||||
|
Reference in New Issue
Block a user