X-Git-Url: http://git.polytechnique.org/?a=blobdiff_plain;f=modules%2Flists.php;h=6435b4d44e5ca6acd6a6bd4b03ced727fdc8739c;hb=9ece1588755b26d32d2b5a565e0d59bc681b0264;hp=2f74ea62a1309ef49dc1a95d7492efc0fe28e62c;hpb=7b9d64a8152f719caae96f7088d00834e918d170;p=platal.git diff --git a/modules/lists.php b/modules/lists.php index 2f74ea6..6435b4d 100644 --- a/modules/lists.php +++ b/modules/lists.php @@ -557,7 +557,7 @@ class ListsModule extends PLModule foreach (array('', '-owner', '-admin', '-bounces') as $app) { $globals->xdb->execute("DELETE FROM aliases WHERE type='liste' AND alias='{?}'", - $ml.$app); + $liste.$app); } $page->assign('deleted', true); } elseif (list($details,$options) = $this->client->get_owner_options($liste)) {