View Issue Details

IDProjectCategoryView StatusLast Update
0000218commerce:seo ProGeneralpublic2023-11-06 22:42
ReporterGooglebug Assigned Toakausch811  
PrioritynormalSeveritytweakReproducibilityalways
Status resolvedResolutionfixed 
Fixed in Version5.0 
Summary0000218: Unnötiges utf8_encode in Datei /inc/xtc_date_long.inc.php
DescriptionDatei /inc/xtc_date_long.inc.php

# return utf8_encode_wrapper(strftime(DATE_FORMAT_LONG, mktime($hour, $minute, $second, $month, $day, $year))); // B2BWeb - UTF8 Entfernt da falsche Ausgabe bei Datum - Produkt erscheint am usw.

return strftime(DATE_FORMAT_LONG, mktime($hour, $minute, $second, $month, $day, $year));
TagsNo tags attached.

Activities

akausch811

2023-11-06 22:42

administrator   ~0000248

Danke für den Hinweis, ist dann in v5 geändert

Issue History

Date Modified Username Field Change
2023-03-14 10:13 Googlebug New Issue
2023-11-06 22:42 akausch811 Assigned To => akausch811
2023-11-06 22:42 akausch811 Status new => resolved
2023-11-06 22:42 akausch811 Resolution open => fixed
2023-11-06 22:42 akausch811 Fixed in Version => 5.0
2023-11-06 22:42 akausch811 Note Added: 0000248