summaryrefslogtreecommitdiff
path: root/offline.js
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2009-02-15 23:45:29 +0300
committerAndrew Dolgov <[email protected]>2009-02-15 23:45:29 +0300
commit673b99ca459f478a5f880843f1fb08f16a643163 (patch)
treeb81cb546e824e63774e43c971055af24285832db /offline.js
parent4bb93547ecd37fa7ee6c156a998c7d1c5e41cb41 (diff)
offline: only force stage to 1 when cidt/cidb are present when stage != 0 (2)
Diffstat (limited to 'offline.js')
-rw-r--r--offline.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/offline.js b/offline.js
index 9933e3d00..7b7113168 100644
--- a/offline.js
+++ b/offline.js
@@ -858,7 +858,7 @@ function update_offline_data(stage) {
query = query + "&cidt=" + offline_dl_max_id;
query = query + "&cidb=" + offline_dl_min_id;
- if (stage > 1) stage = 1;
+ if (stage > 0) stage = 1;
}
rs.close();