Saeed Hubaishan

Results 18 comments of Saeed Hubaishan

This PR tested in also in oracle and mssql odbc

I also posted lightweight alternative PR in https://github.com/phpbb/phpbb/pull/5124

Not a specific language, Most of non Latin Languages will by fixed with this.

After a look to http://momentjs.com it used more then two word for `AM/PM` for some languages but these languages use 24 hours system not 12 hours system so it is...

The goal is translate `am/pm` in time format to other languages, Some users says that `am` maybe a part of word injected to `dateformat`. This fix replaces `a` date format...

The pervious PR was adding the class in the in type key `text:20:255:always-ltr` but marc disliked it.

This PR is not Enough to fix this bug after merging this PR any `"'" . $db->sql_escape($x) . "'"` must be replaced with `$db->sql_quote($x)`