lib/eco/api/common/people/person_entry.rb in eco-helpers-2.5.4 vs lib/eco/api/common/people/person_entry.rb in eco-helpers-2.5.5
- old
+ new
@@ -521,10 +521,9 @@
ext = Proc.new {|x_| print_it.call("external_entry", @external_entry) }
call_order = parsing? ? [ext, mad, int, fin] : [fin, int, mad, ext]
call_order.each {|proc| proc.call}
end
-
end
end
end
end
end