Index: openacs-4/etc/install/tcl/config-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/etc/install/tcl/config-procs.tcl,v diff -u -r1.2 -r1.3 --- openacs-4/etc/install/tcl/config-procs.tcl 21 Oct 2003 15:06:15 -0000 1.2 +++ openacs-4/etc/install/tcl/config-procs.tcl 23 Oct 2003 12:35:01 -0000 1.3 @@ -47,6 +47,9 @@ set __dotlrn_users_data_file users-data.csv } +global __alert_keyword +set __alert_keyword $alert_keyword + ad_proc ::twt::config::server_url { } { global __server_url @@ -70,3 +73,9 @@ return $__serverroot } + +ad_proc ::twt::config::alert_keyword { } { + global __alert_keyword + + return $__alert_keyword +}