fix problematic merge

This commit is contained in:
Richard Fairhurst 2007-07-07 13:26:17 +00:00
parent 55d8bc5256
commit 84b67e00a0
2 changed files with 1 additions and 1 deletions

View file

@ -400,7 +400,7 @@ EOF
insertsql =''
currentsql=''
attributes.each do |k,v|
if v=='' then next end
if v=='' or v.nil? then next end
if v[0,6]=='(type ' then next end
if insertsql !='' then insertsql +=',' end
if currentsql!='' then currentsql+=',' end

Binary file not shown.