
Originally Posted by
mc12345678
If I understand correctly there's basically one issue in the above: incomplete attempt to move hard-coded text to a language definition.
I know that my plan was to change the way that line was generated by using sprintf to plug in the content into the text. I had a couple of reasons to do that, one was to allow other css to be easily incorporated (although possibly in the language define) the other was so that the applicable deleted item could be placed in the language statement as appropriate for the language.
I'll prep a solution (commit) and post the link to it shortly.
Please ignore my report about the Admin user still being tracked. I had a typo in my IP in user tracking config. That's what happens when you test at 01H30 
With a fresh set of eyes I spotted that this morning and everything is fine on that front.
What I don't know is why the warning was generated every time I deleted my admin session last night. I had created the following define in my language file.
PHP Code:
define('TEXT_HAS_BEEN_DELETED', 'IP Address Deleted');
so my output on deleting a session was as expected
700a338322f4f6b478fefdb512c43e51IP Address Deleted has been deleted.
This it is the same this morning but I get no warning. No other changes made to my site so strange. At least I now understand why there was no define.
I was scratching my head as I could see no way it would make sense having one but I wondered if the lack of one was the cause of my warning so created one.
Thanks for your prompt replies but as the issue is now only really cosmetic there is no rush to get a fix. I know you have a lot of irons in the fire!
Bookmarks