1
0
mirror of https://github.com/e107inc/e107.git synced 2025-08-05 14:17:49 +02:00

fixed orphaned . (dot) in convert_date

This commit is contained in:
Achim Ennenbach
2018-05-15 21:54:43 +02:00
parent d01a97816f
commit 34b422ff58

View File

@@ -173,7 +173,7 @@ class convert
break; break;
case 'inputtime': case 'inputtime':
$mask .= e107::getPref('inputtime', '%H:%M'); $mask = e107::getPref('inputtime', '%H:%M');
break; break;
case 'forum': // DEPRECATED - temporary here from BC reasons only case 'forum': // DEPRECATED - temporary here from BC reasons only