summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xbin/bugzilla2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/bugzilla b/bin/bugzilla
index 40c0d08..515a30b 100755
--- a/bin/bugzilla
+++ b/bin/bugzilla
@@ -472,7 +472,7 @@ def main():
if b.blocked: print "Blocked: %s" % " ".join([str(i) for i in b.blocked])
if b.dependson: print "Depends: %s" % " ".join([str(i) for i in b.dependson])
for c in b.longdescs:
- print "* %s - %s (%s):\n%s\n" % (c['time'],c['name'],c['email'] or c['safe_email'],c['body'])
+ print "* %s - %s (%s):\n%s\n" % (c['time'],c['author'],c['email'] or c['safe_email'],c['body'])
elif opt.output == 'normal':
for b in buglist:
print b