Skip to content

Commit

Permalink
uneeded ellipses
Browse files Browse the repository at this point in the history
  • Loading branch information
tonygardella committed Dec 8, 2016
1 parent b978cef commit 2ad3646
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion db/R/dbfiles.R
Expand Up @@ -157,7 +157,7 @@ dbfile.input.insert <- function(in.path, in.prefix, siteid, startdate, enddate,
##' dbfile.input.check(siteid, startdate, enddate, 'application/x-RData', 'traits', dbcon)
##' }
dbfile.input.check <- function(siteid, startdate=NULL, enddate=NULL, mimetype, formatname, parentid=NA,
con, hostname=fqdn(), exact.dates=FALSE,...) {
con, hostname=fqdn(), exact.dates=FALSE) {
if (hostname == "localhost") hostname <- fqdn();

mimetypeid <- get.id('mimetypes', 'type_string', mimetype, con = con)
Expand Down

0 comments on commit 2ad3646

Please sign in to comment.