Wednesday, March 02, 2011 at 12:00 AM.
system.verbs.builtins.log2.utilities.fixtables
<<Changes
<<3/1/11; 9:51:39 AM by DW
<<Some of my log tables were created without "htmltext" elements. This script goes through all the tables and adds one if it isn't there.
local (ct = 0);
on visit (adritem) {
if not defined (adritem^.htmltext) {
adritem^.htmltext = "";
ct++};
return (true)};
mainresponder.calendar.visitReverseChronologic (@config.log.calendar, @visit);
dialog.alert (ct)
This listing is for code that runs in the OPML Editor environment. I created these listings because I wanted the search engines to index it, so that when I want to look up something in my codebase I don't have to use the much slower search functionality in my object database. Dave Winer.