From: x2000habouzit Date: Sat, 25 Mar 2006 17:11:09 +0000 (+0000) Subject: missing ; X-Git-Tag: xorg/0.9.10~92 X-Git-Url: http://git.polytechnique.org/?a=commitdiff_plain;h=a60a893af3e4aecf239e504566d6281376f9cb26;p=platal.git missing ; git-svn-id: svn+ssh://murphy/home/svn/platal/trunk@272 839d8a87-29fc-0310-9880-83ba4fa771e5 --- diff --git a/htdocs/listes/delete.php b/htdocs/listes/delete.php index ce36f1c..539e5fd 100644 --- a/htdocs/listes/delete.php +++ b/htdocs/listes/delete.php @@ -34,7 +34,7 @@ if ( Post::get('valid') == 'OUI' && $client->delete_list($liste, Post::getBool(' foreach (array('', '-owner', '-admin', '-bounces') as $app) { $globals->xdb->execute("DELETE FROM aliases WHERE type='liste' AND alias='{?}'", - $ml.$app) + $ml.$app); } $page->assign('deleted', true); } elseif (list($details,$options) = $client->get_owner_options($liste)) {