events_event_name db event_idWhat it does:
Returns the event's name. Returns an empty string if event_id is not validDefined in: /web/philip/tcl/events-defs.tcl
Source code:
return [database_to_tcl_string_or_null $db " select short_name from events_events e, events_activities a where e.event_id = $event_id and a.activity_id = e.activity_id"]