Changeset 4945 in subversion
- Timestamp:
- Jul 20, 2011 9:10:16 AM (22 months ago)
- File:
-
- 1 edited
-
trunk/plugins/acl/acl.js (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/plugins/acl/acl.js
r4944 r4945 100 100 rcube_webmail.prototype.acl_update = function(o) 101 101 { 102 // delete row102 // delete old row 103 103 if (o.old) 104 104 this.acl_remove_row(o.old); 105 // make sure the same ID doesn't exist 106 else if (this.env.acl[o.id]) 107 this.acl_remove_row(o.id); 105 108 106 109 // add new row
Note: See TracChangeset
for help on using the changeset viewer.
