Index: openacs-4/packages/notifications/www/request-change-frequency-oracle.xql =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/notifications/www/Attic/request-change-frequency-oracle.xql,v diff -u -N --- /dev/null 1 Jan 1970 00:00:00 -0000 +++ openacs-4/packages/notifications/www/request-change-frequency-oracle.xql 12 Dec 2002 16:54:44 -0000 1.1.2.1 @@ -0,0 +1,17 @@ + + + + oracle8.1.6 + + + + + select type_id, interval_id, + acs_object.name(notification_requests.object_id) as object_name + from notification_requests + where request_id = :request_id + + + + +