Skip to content

Commit

Permalink
release: zotero-better-bibtex-0.11.7.xpi
Browse files Browse the repository at this point in the history
  • Loading branch information
retorquere committed Jun 8, 2015
1 parent 73798be commit 37ac771
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -208,10 +208,9 @@ Zotero.BetterBibTeX.columnsHash = (table) ->
return columns

Zotero.BetterBibTeX.copyTable = (source, target, ignore = []) -> # assumes tables have identical layout!

ignore = [ignore] if typeof ignore == 'string'

columns = (column for column in @columnNames(source) when not column in ignore).join(', ')
columns = (column for column in @columnNames(source) when column not in ignore).join(', ')
Zotero.DB.query("insert into #{target} (#{columns}) select #{columns} from #{source}")

Zotero.BetterBibTeX.tableExists = (name, mustHaveData = false) ->
Expand Down
2 changes: 1 addition & 1 deletion install.rdf
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<Description about="urn:mozilla:install-manifest">
<em:id>better-bibtex@iris-advies.com</em:id>
<em:name>Zotero Better Bib(La)Tex</em:name>
<em:version>0.11.6</em:version>
<em:version>0.11.7</em:version>
<em:description>Make Zotero useful for us LaTeX holdouts. More info @ https://github.com/ZotPlus/zotero-better-bibtex</em:description>
<em:creator>Emiliano Heyns</em:creator>
<em:iconURL>chrome://zotero-better-bibtex/skin/better-bibtex.svg</em:iconURL>
Expand Down

0 comments on commit 37ac771

Please sign in to comment.