bug 375, utilise le SHA1 au lieu du MD5
[platal.git] / htdocs / admin / gerer_groupesx.php
index 145e905..cd9b635 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /***************************************************************************
- *  Copyright (C) 2003-2004 Polytechnique.org                              *
+ *  Copyright (C) 2003-2006 Polytechnique.org                              *
  *  http://opensource.polytechnique.org/                                   *
  *                                                                         *
  *  This program is free software; you can redistribute it and/or modify   *
@@ -21,6 +21,7 @@
 
 require_once('xorg.inc.php');
 new_admin_table_editor('groupesx_def','id');
+$page->assign('xorg_title','Polytechnique.org - Administration - Groupes X');
 $editor->add_join_table('groupesx_ins','gid',true); 
 
 $editor->describe('text','intitulé',true);