]> git.wh0rd.org - tt-rss.git/commitdiff
fix broken selection of user manager
authorAndrew Dolgov <fox@bah.spb.su>
Thu, 29 Dec 2005 15:52:05 +0000 (16:52 +0100)
committerAndrew Dolgov <fox@bah.spb.su>
Thu, 29 Dec 2005 15:52:05 +0000 (16:52 +0100)
backend.php

index e53b657b32d5b5f9feb1efaee9885071b8313ee6..c39908c9948669b1e78934831be18ef5a106509e 100644 (file)
                        $uid = $line["id"];
                        $edit_uid = $_GET["id"];
 
-                       if ($uid == $_SESSION["uid"] || ($subop == "edit" && $uid != $edit_uid)) {
+                       if ($subop == "edit" && $uid != $edit_uid) {
                                $class .= "Grayed";
                                $this_row_id = "";
                        } else {