Viewing 3 replies - 1 through 3 (of 3 total)
  • The following patch fixes the delete problem for me.
    diff -c -r1.6 link-manager.php
    *** link-manager.php 27 Dec 2003 20:55:03 -0000 1.6
    — link-manager.php 28 Dec 2003 05:23:18 -0000
    ***************
    *** 248,255 ****
    $standalone = 1;
    include_once(‘admin-header.php’);
    – $link_id = $HTTP_POST_VARS[“link_id”];

    if ($user_level < get_settings(‘links_minadminlevel’))
    die (“Cheatin’ uh ?”);
    — 248,253 —-

    Fixed.

    Works great. Thanks allusion 🙂
    I’m having an issue with importing OPML from blogrolling – testing locally, I’m getting a parse error:
    Parse error: parse error, unexpected T_ECHO in G:\wordpress\wp-admin\link-parse-opml.php on line 58

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘12.27.03 CVS Link Manager’ is closed to new replies.