Ed,
>To my horror, it's all text values stored in there of the actual Topic
>Names.
No, it's the topic _ID_.
>This seems highly inefficient, but more importantly, I wonder, what happens
>when a Topic Name is changed by the Admin?
Changing the topic ID may result in a few broken links, e.g. whe
I needed to change many users' Topic Email Subscriptions and struggled to
find where this is in the tables.
Then, the RESET button in /admin/mdigest/search.php gave me the clue!
Line 166
DB_query ("UPDATE {$_TABLES['userindex']} SET etids = '-' WHERE uid =
'{$uid}'");
Ok great, so I go to the t