mirror of
https://github.com/e107inc/e107.git
synced 2025-08-04 13:47:31 +02:00
Remove LANs from debug info.
This commit is contained in:
@@ -917,7 +917,7 @@ if (!class_exists('e107table', false))
|
|||||||
public $frontend = null;
|
public $frontend = null;
|
||||||
private $uniqueId = null;
|
private $uniqueId = null;
|
||||||
private $content = array();
|
private $content = array();
|
||||||
private $contentTypes = array('header','footer','text','title','image');
|
private $contentTypes = array('header','footer','text','title','image', 'list');
|
||||||
|
|
||||||
|
|
||||||
function __construct()
|
function __construct()
|
||||||
|
@@ -2347,8 +2347,8 @@ class themeHandler
|
|||||||
|
|
||||||
if($core->save())
|
if($core->save())
|
||||||
{
|
{
|
||||||
$mes->addDebug(MENLAN_31.": ".$deflayout);
|
$mes->addDebug("Default Layout: ".$deflayout);
|
||||||
$mes->addDebug(MENLAN_56.": ".print_a($customPages,true));
|
$mes->addDebug("Custom Pages: ".print_a($customPages,true));
|
||||||
|
|
||||||
$med = e107::getMedia();
|
$med = e107::getMedia();
|
||||||
$med->import('_common_image', e_THEME.$name, "^.*?logo.*?(\.png|\.jpeg|\.jpg|\.JPG|\.GIF|\.PNG)$");
|
$med->import('_common_image', e_THEME.$name, "^.*?logo.*?(\.png|\.jpeg|\.jpg|\.JPG|\.GIF|\.PNG)$");
|
||||||
|
@@ -79,7 +79,7 @@ class forum_newforumposts_menu // plugin folder + menu name (without the .php)
|
|||||||
|
|
||||||
while($row = $sql->fetch())
|
while($row = $sql->fetch())
|
||||||
{
|
{
|
||||||
|
|
||||||
$datestamp = $tp->toDate($row['post_datestamp'], 'relative');
|
$datestamp = $tp->toDate($row['post_datestamp'], 'relative');
|
||||||
$id = $row['thread_id'];
|
$id = $row['thread_id'];
|
||||||
$topic = ($row['thread_datestamp'] == $row['post_datestamp'] ? '' : 'Re:');
|
$topic = ($row['thread_datestamp'] == $row['post_datestamp'] ? '' : 'Re:');
|
||||||
|
Reference in New Issue
Block a user