aboutsummaryrefslogtreecommitdiffstats
path: root/perllib/Problems.pm
diff options
context:
space:
mode:
authorEdmund von der Burg <evdb@mysociety.org>2011-04-08 14:35:10 +0100
committerEdmund von der Burg <evdb@mysociety.org>2011-04-08 14:35:10 +0100
commitcf984198252ed545d924985ddeadaae506087ea6 (patch)
tree6a3146e51c342066e49289f82f7e77c27c52fb0f /perllib/Problems.pm
parent546d9b679f4c56163bbc5df2e98310bc516d3313 (diff)
parent3134f2bed0d1005b130651a2f4c711ad108798a5 (diff)
Merge branch 'master' of ssh://evdb@git.mysociety.org/data/git/public/fixmystreet
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 3710c3a95..7155aa485 100644
--- a/perllib/Problems.pm
+++ b/perllib/Problems.pm
@@ -226,7 +226,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
);