Follow-up Comment #5, bug #13964 (project web-cyradm):

It's already done at line 192:
190: if ($type != $_POST['newtype'] || $type = '1') {
191:    # First delete and set new Domainresponsibilities
192:    $query = "DELETE FROM domainadmin WHERE
adminuser='".$_POST['username']."'";
193:    $result = $handle->query($query);
194:    if (DB::isError($result)) {
195:       die (_("Database error"));
196:    }
197: }

    _______________________________________________________

Reply to this item at:

  <http://savannah.nongnu.org/bugs/?13964>

_______________________________________________
  Message sent via/by Savannah
  http://savannah.nongnu.org/

_______________________________________________
This mailing list is hosted and supported
by bit-heads GmbH | http://www.bit-heads.ch

_______________________________________________
Web-cyradm mailing list
[email protected]
http://www.web-cyradm.org/mailman/listinfo/web-cyradm

Reply via email to