mirror of
https://github.com/e107inc/e107.git
synced 2025-06-07 03:15:03 +02:00
Notice removal
This commit is contained in:
parent
7069ceb244
commit
3eebb493b6
@ -123,7 +123,7 @@ if(false === $cached)
|
||||
// if(($news['news_datestamp'] >= $month_start && $news['news_datestamp'] <= $month_end) || (deftrue('BOOTSTRAP') && $news['news_datestamp'] >= $year_start && $news['news_datestamp'] <= $year_end))
|
||||
{
|
||||
$xday = date("j", $news['news_datestamp']);
|
||||
if (!$links[$xyear][$xmonth][$xday])
|
||||
if (!isset($links[$xyear][$xmonth][$xday]))
|
||||
{
|
||||
$links[$xyear][$xmonth][$xday] = e107::getUrl()->create('news/list/day', 'id='.formatDate($req_year, $xmonth, $xday));//e_BASE."news.php?day.".formatDate($req_year, $req_month, $xday);
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user