aboutsummaryrefslogtreecommitdiffstats
path: root/perllib/Problems.pm
diff options
context:
space:
mode:
authorEdmund von der Burg <evdb@mysociety.org>2011-04-08 14:36:01 +0100
committerEdmund von der Burg <evdb@mysociety.org>2011-04-08 14:36:01 +0100
commit6b887cac626dfa0802051cc898a75c36e5c55b4f (patch)
tree60ae7a03624bdfaa839023a528e8c9f16093f65c /perllib/Problems.pm
parent6f8a067e57fc6dcd7cf8ff3184af12d37ad85810 (diff)
parentcf984198252ed545d924985ddeadaae506087ea6 (diff)
Merge branch 'master' into migrate_to_catalyst
Diffstat (limited to 'perllib/Problems.pm')
-rw-r--r--perllib/Problems.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/perllib/Problems.pm b/perllib/Problems.pm
index 111583fd5..860ae04a0 100644
--- a/perllib/Problems.pm
+++ b/perllib/Problems.pm
@@ -236,7 +236,7 @@ sub fetch_problem {
used_map, name, anonymous, extract(epoch from confirmed) as time,
state, extract(epoch from whensent-confirmed) as whensent,
extract(epoch from ms_current_timestamp()-lastupdate) as duration,
- service, cobrand, cobrand_data
+ service, cobrand, cobrand_data, external_body
from problem where id=? and state in ('confirmed','fixed', 'hidden')
$site_restriction", {}, $id
);