33
2
mirror of https://github.com/joomla-extensions/jedchecker.git synced 2024-11-13 08:46:31 +00:00
Commit Graph

7 Commits

Author SHA1 Message Date
Anibal Sanchez
5e894248bc
Merge pull request #57 from dryabov/patch-7
Fix id prefix for consistency
2019-05-17 11:24:09 +02:00
Denis Ryabov
786eaeaab0
Fix id prefix for consistency
An attempt to fix issue #45 (`uniqid` has microsecond precision, so it is actually possible to get  identical `id`, maybe it would be better to use `mt_rand` instead of `uniqid` to avoid conflicts at all)
2019-05-15 22:09:22 +03:00
Denis Ryabov
e379627132
remove zero-width-space characters
Replace `mysql_​​escape_​​string` by `mysql_​escape_string`
2019-05-15 17:23:19 +03:00
anibalsanchez
0f241adba7 More Copryright fixes 2019-03-10 17:09:42 +01:00
anibalsanchez
5119fc102a 2.1.1 - Copyright updated to Joomla 2019-03-10 09:49:52 +01:00
anibalsanchez
b34cb440a4 2.1.0 2019-03-09 20:44:14 +01:00
Jaz Parkyn
e2eb961633 Removal of build tools 2017-02-14 14:34:35 +00:00