Update of bug #2136 (project savane):

                  Status:               Confirmed => Wont Fix               

    _______________________________________________________

Follow-up Comment #4:

The issue is in include/Groups.class

  $sql="select
group_history.field_name,group_history.old_value,group_history.date,user.user_name
".
     "FROM group_history,user ".
     "WHERE group_history.mod_by=user.user_id ".
     "AND group_id='$group_id' ORDER BY group_history.date DESC";

Indeed, this will not deal cleanly with missing entry in user_group, but this
should actually not be a problem since the account deletion feature keeps user
account in database, it solely erase personal information records. So I guess
this should not be a problem and we accounts should no longer be deleted by
brute force.

I think easier to keep the code as it is, as such cases should no longer
legitimately occurs. So I'll go for a wontfix, unless someone fix it. (I
prefer keeping items open only the ones that will or must be fixed)

    _______________________________________________________

Reply to this item at:

  <http://gna.org/bugs/?func=detailitem&item_id=2136>

_______________________________________________
  Message posté via/par Gna!
  http://gna.org/


_______________________________________________
Savane-dev mailing list
[email protected]
https://mail.gna.org/listinfo/savane-dev

Reply via email to