Index: openacs-4/packages/acs-subsite/www/pvt/alerts-postgresql.xql =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/acs-subsite/www/pvt/Attic/alerts-postgresql.xql,v diff -u -r1.3 -r1.4 --- openacs-4/packages/acs-subsite/www/pvt/alerts-postgresql.xql 15 May 2001 16:59:01 -0000 1.3 +++ openacs-4/packages/acs-subsite/www/pvt/alerts-postgresql.xql 10 Sep 2002 11:00:37 -0000 1.4 @@ -6,7 +6,7 @@ - select bea.valid_p, bea.frequency, bea.keywords, bt.topic, bea.rowid + select bea.valid_p, bea.frequency, bea.keywords, bt.topic, bea.oid as rowid from bboard_email_alerts bea, bboard_topics bt where bea.user_id = :user_id and bea.topic_id = bt.topic_id