X-Git-Url: http://git.polytechnique.org/?a=blobdiff_plain;f=include%2Fuser.func.inc.php;h=82afc6366b06de7c6a930ef52e3f08ca0c008b9c;hb=5660032ac785d410f90e3f5b0d6948dc90b0cfea;hp=7e98747d79b68b7f21505d032f1ed1248e480db0;hpb=5b516e6be17378ace0e375b9da14a46051bf0f4e;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');