aboutsummaryrefslogtreecommitdiffstats
path: root/perllib/Problems.pm
diff options
context:
space:
mode:
authorMatthew Somerville <matthew@fury.ukcod.org.uk>2011-04-08 13:50:09 +0100
committerMatthew Somerville <matthew@fury.ukcod.org.uk>2011-04-08 13:50:09 +0100
commit109b355d511098de2f8ff630ab530caa3c6eb6f5 (patch)
tree5ca9021c8e94d8f55de0ca97f179f544abd78244 /perllib/Problems.pm
parent56bbdf2268b04dc6afa212d3c6bcd117a327ceac (diff)
parentab818265ab3eeaa226ce94288f7e6c286d2a28db (diff)
Merge branch 'london'
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
);