X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;ds=sidebyside;f=old%2FFreshmeat_II.pl;h=470b20103238dc1dce2df2809847fe23fd1a2b0b;hb=f7cae48a17d6decd0a9bd997188271daa0a885b1;hp=f543c544e507e74a260171f16daa323b74f66074;hpb=92c8d6b2215ca2448dbbd5f5370cbba88c32beec;p=infobot.git diff --git a/old/Freshmeat_II.pl b/old/Freshmeat_II.pl index f543c54..470b201 100644 --- a/old/Freshmeat_II.pl +++ b/old/Freshmeat_II.pl @@ -172,7 +172,7 @@ sub downloadIndex { ### lets get on with business. # set the last refresh time. fixes multiple spawn bug. - &::dbSet("freshmeat", + &::dbSet("freshmeat", { "projectname_short" => "_" }, { "latest_version" => time(), "desc_short" => "dummy project to track date" } @@ -341,7 +341,7 @@ sub xml_end { if ($i % 200 == 0 and $i != 0) { &::showProc(); - &::status("FM: unlocking and locking ($i): ". + &::status("FM: unlocking and locking ($i): ". &::Time2String( time() - $locktime ) ); $locktime = time();