Hello,
I have a problem to get the real text out of the old_text column. In the cur table for example the real text is saved in the database. But in the old table the text is hashed.
for example: O:15:"historyblobstub":2: {s:6:"mOldId";s:5:"48086";s:5:"mHash";s:32:"1ea4d983a8fd0a10c46022035552d597";}
How can I get the real text out of such a hash?
Thanks..