Skip to content

Commit

Permalink
cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
AndrewPoppe committed Apr 17, 2022
1 parent 894b60a commit c508c97
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 1 addition & 0 deletions .gitattributes
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
lib/* linguist-vendored
2 changes: 0 additions & 2 deletions UserRightsHistory.php
Original file line number Diff line number Diff line change
Expand Up @@ -497,8 +497,6 @@ function getUserPermissionsByTimestamp($username, $timestamp_clean)
return json_decode(gzinflate(base64_decode($rights_gzip)), true);
}

// TODO: clean up these repetitive methods

function getUsersByTimestamp($timestamp_clean)
{
$sql = "select users where message = 'users'";
Expand Down

0 comments on commit c508c97

Please sign in to comment.