Remove old modified arg for collections.

This commit is contained in:
Edward Lee 2009-08-26 17:52:46 -07:00
parent 943386f42d
commit cb743d3b33

View File

@ -75,7 +75,6 @@ Collection.prototype = {
args.push('older=' + this.older);
else if (this.newer) {
args.push('newer=' + this.newer);
args.push('modified=' + this.newer); // tmp hack for older servers
}
if (this.full)
args.push('full=1');