When the one-group mode is enabled for a user, deleting an entry from the
addressbook does not seem to function properly.
Warning: mysql_numrows(): supplied argument is not a valid MySQL result
resource in //delete.php on line 18
Warning: mysql_numrows(): supplied argument is not a valid MySQL result
resource in //include/address.class.php on line 18
Invalid record, sorry but the record no longer exsists
return to home page
Deleting a user in this mode is, of course, pretty tricky, but should not give
an error like this. I'm not sure what the desired behaviour should be.
'Deleting' in this mode could be reinterpreted as 'remove from group' (as the
entry may be a member of more than one group), with the risk of the entry
becoming orphaned (member of no group).
Keep up the good work! Cheers!
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
When the one-group mode is enabled for a user, deleting an entry from the
addressbook does not seem to function properly.
Warning: mysql_numrows(): supplied argument is not a valid MySQL result
resource in //delete.php on line 18
Warning: mysql_numrows(): supplied argument is not a valid MySQL result
resource in //include/address.class.php on line 18
Invalid record, sorry but the record no longer exsists
return to home page
Deleting a user in this mode is, of course, pretty tricky, but should not give
an error like this. I'm not sure what the desired behaviour should be.
'Deleting' in this mode could be reinterpreted as 'remove from group' (as the
entry may be a member of more than one group), with the risk of the entry
becoming orphaned (member of no group).
Keep up the good work! Cheers!