orbiter 19 years ago
parent 6ad471ef96
commit d6a928c2da

@ -265,6 +265,7 @@ public class plasmaCrawlEURL extends indexURL {
public void store() { public void store() {
// stores the values from the object variables into the database // stores the values from the object variables into the database
if (this.stored) return; if (this.stored) return;
if (this.hash == null) return;
String initdatestr = kelondroBase64Order.enhancedCoder.encodeLong(initdate.getTime() / 86400000, urlDateLength); String initdatestr = kelondroBase64Order.enhancedCoder.encodeLong(initdate.getTime() / 86400000, urlDateLength);
String trydatestr = kelondroBase64Order.enhancedCoder.encodeLong(trydate.getTime() / 86400000, urlDateLength); String trydatestr = kelondroBase64Order.enhancedCoder.encodeLong(trydate.getTime() / 86400000, urlDateLength);

Loading…
Cancel
Save