Remove old modified arg for collections.

This commit is contained in:
Edward Lee 2009-08-26 17:52:46 -07:00
parent 30e824480c
commit f1ce6f3fb7

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');