Increase develop-branch to PHP8 #47
1 geänderte Dateien mit 1 neuen und 2 gelöschten Zeilen
|
@ -305,8 +305,7 @@ if (is_numeric($idcat) && ($idcat >= 0)) {
|
||||||
$sortkey = $sart["artsort"];
|
$sortkey = $sart["artsort"];
|
||||||
$locked = $sart["locked"];
|
$locked = $sart["locked"];
|
||||||
$redirect = $sart["redirect"];
|
$redirect = $sart["redirect"];
|
||||||
|
$published = (strtotime($published) > 0) ? date($dateformat, strtotime($published)) : i18n("not yet published");
|
||||||
$published = ($published != '1000-01-01 00:00:00') ? date($dateformat, strtotime($published)) : i18n("not yet published");
|
|
||||||
$created = date($dateformat, strtotime($created));
|
$created = date($dateformat, strtotime($created));
|
||||||
$modified = date($dateformat, strtotime($modified));
|
$modified = date($dateformat, strtotime($modified));
|
||||||
$alttitle = "idart" . ': ' . $idart . ' ' . "idcatart" . ': ' . $idcatart . ' ' . "idartlang" . ': ' . $idartlang;
|
$alttitle = "idart" . ': ' . $idart . ' ' . "idcatart" . ': ' . $idcatart . ' ' . "idartlang" . ': ' . $idartlang;
|
||||||
|
|
Laden …
In neuem Issue referenzieren