diff options
author | Ralph Amissah <ralph@amissah.com> | 2013-03-28 21:43:59 -0400 |
---|---|---|
committer | Ralph Amissah <ralph@amissah.com> | 2013-03-28 21:43:59 -0400 |
commit | 71e8f191aac721011fed9cdd453642785fa0e7d6 (patch) | |
tree | 2ff09cc22a32a49e75c48469d62483189edbc30f /lib/sisu/v4/db_import.rb | |
parent | v4: dal, screen_text_color, distinguish doc abstraction, as start of processing (diff) |
v4: dbi, import composite files (.ssm) correctly
Diffstat (limited to 'lib/sisu/v4/db_import.rb')
-rw-r--r-- | lib/sisu/v4/db_import.rb | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/sisu/v4/db_import.rb b/lib/sisu/v4/db_import.rb index 7a5b4fb6..199d4efa 100644 --- a/lib/sisu/v4/db_import.rb +++ b/lib/sisu/v4/db_import.rb @@ -84,7 +84,6 @@ module SiSU_DbImport @md=SiSU_Param::Parameters.new(@opt).get @md.fnb end - @suffix=@opt.fns[/(?:.+?)(?:\.ssm\.sst|\.-?sst)/,1] @fnc="#{@dal}/#{@opt.fns}.content.rbm" @@seg,@@seg_full='','' #create? consider placing field just before clean text as opposed to seg which contains seg(.html) name info seg_full would contain seg info for levels 5 & 6 where available eg seg_full may be 7.3 (level 5) and 7.3.1 (level 6) where seg is 7 @col=Hash.new('') |