/[pupa]/bugcomm/lib/bugcomm/service.rb
ViewVC logotype

Diff of /bugcomm/lib/bugcomm/service.rb

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.6 by okuji, Fri Sep 27 10:34:06 2002 UTC revision 1.7 by okuji, Sat Sep 28 07:19:55 2002 UTC
# Line 842  module BugCommunicator Line 842  module BugCommunicator
842            fields[f.name] = val            fields[f.name] = val
843          end          end
844    
845          bug_id = db.add_bug(project, Bug.new(nil, nil, fields, attachment))          bug_id = db.add_bug(project,
846                                Bug.new(nil, nil, nil, fields, attachment))
847          lists = db.lists(project)          lists = db.lists(project)
848          send_bug(project, db.bug(project, bug_id),          send_bug(project, db.bug(project, bug_id),
849                   selection_fields, text_fields, *lists)                   selection_fields, text_fields, *lists)

Legend:
Removed from v.1.6  
changed lines
  Added in v.1.7

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26