X-Git-Url: http://git.polytechnique.org/?a=blobdiff_plain;ds=sidebyside;f=include%2Fuser.func.inc.php;h=82afc6366b06de7c6a930ef52e3f08ca0c008b9c;hb=a7f8e48ad83d360e4f4f4cfd94167f4337e6ae72;hp=7e98747d79b68b7f21505d032f1ed1248e480db0;hpb=3f95a7bd17cd6cd7b218f12787276a485f496f1d;p=platal.git diff --git a/include/user.func.inc.php b/include/user.func.inc.php index 7e98747..82afc63 100644 --- a/include/user.func.inc.php +++ b/include/user.func.inc.php @@ -42,7 +42,7 @@ function user_clear_all_subs($user_id, $really_del=true) 'user_id' => array('requests', 'user_changes')); if ($really_del) { - array_push($tables_to_clear['uid'], 'emails', 'groupex.membres', 'contacts', 'adresses', 'profile_phones', + array_push($tables_to_clear['uid'], 'emails', '#groupex#.membres', 'contacts', 'adresses', 'profile_phones', 'photo', 'perte_pass', 'langues_ins', 'forum_subs', 'forum_profiles'); array_push($tables_to_clear['user_id'], 'newsletter_ins', 'binets_ins'); $tables_to_clear['id'] = array('aliases');