From: Banana Date: Fri, 17 Feb 2012 13:20:35 +0000 (+0100) Subject: linkcheck. edit reset the linkcheck status X-Git-Tag: 2.1-alpha-2019-0-29~85 X-Git-Url: http://91.132.146.200/gitweb/?a=commitdiff_plain;h=3268f033e6cbcf5eaad8884a4e2f53bbcc226d51;p=insipid.git linkcheck. edit reset the linkcheck status --- diff --git a/lib/Insipid/Main.pm b/lib/Insipid/Main.pm index e9a0b82..e966dae 100755 --- a/lib/Insipid/Main.pm +++ b/lib/Insipid/Main.pm @@ -382,24 +382,31 @@ IFORM
- $utext
-
- Title:
-
- Description:
-
- Tags:
-
-
    - $snapshot_params - Public: - - Return: - - - - $extra_params - + $utext
    +
    + + Title:
    +
    + + Description:
    +
    + + Tags:
    +
    + +
      + + $snapshot_params + Public: + + + Return: + + + + + $extra_params +
      FORM } @@ -1222,7 +1229,10 @@ sub update_bookmark { my $sql = "update $tbl_bookmarks set url = ?, md5 = ?, title = ?, description = ?, - access_level = ? where (id = ?)"; + access_level = ?, + linkcheck_status = 1, + linkcheck_status = '', + where (id = ?)"; my $sth = $dbh->prepare($sql); $sth->execute($url, md5_hex("$url"), $title, $description, $access_level, $id);