Index: openacs-4/packages/robot-detection/tcl/robot-detection-procs-postgresql.xql =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/robot-detection/tcl/robot-detection-procs-postgresql.xql,v diff -u -r1.3 -r1.4 --- openacs-4/packages/robot-detection/tcl/robot-detection-procs-postgresql.xql 17 May 2003 11:16:04 -0000 1.3 +++ openacs-4/packages/robot-detection/tcl/robot-detection-procs-postgresql.xql 24 Feb 2005 13:33:25 -0000 1.4 @@ -4,7 +4,7 @@ - select trunc(current_timestamp - max(coalesce(modified_date, insertion_date))) from robots + select date_part('days',current_timestamp - max(coalesce(modified_date,insertion_date))) from robots