Closed dietrichm closed 12 years ago
Setting a user's date format to l, j F Y \a\t H:i will result in showing e.g. \am\31 instead of at, since the extra backslashes when retrieving from the DB are not removed.
l, j F Y \a\t H:i
\am\31
at
Setting a user's date format to
l, j F Y \a\t H:i
will result in showing e.g.\am\31
instead ofat
, since the extra backslashes when retrieving from the DB are not removed.