jrie / sqstorage

A easy to use and quick way to organize your inventory, storages and storage areas
https://sqstorage.net
GNU General Public License v3.0
26 stars 17 forks source link

Fixing users_group design by adding new primary key, removing old one… #91

Closed schnoog closed 2 years ago

schnoog commented 2 years ago

… as well as auto_increment on userid in users_group

Added functions to assign a group to an user (AssignUserToGroup) as well as to delete a user (DeleteUser) Fixed settings.php: if $_POST['target'] is set, $mtarget is set to the value defined (raised an NOTICE in some situations before) Using of AssignUserToGroup and DeleteUser

Fixes #90