My-Little-Forum / mylittleforum

A simple PHP and MySQL based internet forum that displays the messages in classical threaded view (tree structure)
GNU General Public License v3.0
121 stars 47 forks source link

Date format #653

Closed loesler closed 1 year ago

loesler commented 1 year ago
auge8472 commented 1 year ago

Nice spot. I saw the date_format functions in the Smarty temlates myself when we spoke about the weekday issue (#647) but I forgot it again. :-/

loesler commented 1 year ago

I've leaved the $smarty->assign('disp_time', htmlspecialchars($field['disp_time'])); but, as far as I can see, this lines are not used anymore. I wonder about L31 in entry.inc.tpl because the call of $disp_time|date_format:#time_format_full# is similar to the modified/removed code... Is there also a problem in entry.inc.tpl?