get_hint("post_test_enable"); if ($enable) { wm_debug(__CLASS__ . " is here\n"); // do your work in here... $orig = $map->get_note("test"); $map->add_note("test", $orig . " TESTYTEST"); // ------------------------- } else { wm_debug(__CLASS__ . " Not Enabled\n"); } } } // vim:ts=4:sw=4: