Merge remote branch 'tdtds/fix_module_reference'

unstable
Tod Beardsley 2012-09-24 08:44:04 -05:00
commit ddb0f29c7c
1 changed files with 1 additions and 1 deletions

View File

@ -105,7 +105,7 @@ $framework.modules.each { |name, mod|
x = mod.new
x.references.each do |r|
if type=='All' or type==r.ctx_id
ref = r.ctx_id + '-' + r.ctx_val
ref = "#{r.ctx_id}-#{r.ctx_val}"
tbl << [ x.fullname, ref ]
end
end