Remove the function echo_debug which is now obsolete

This commit is contained in:
Dany De Bontridder 2010-05-11 23:40:42 +00:00
parent b939d0cc95
commit 8eb47d8afd
68 changed files with 1 additions and 336 deletions

View file

@ -48,7 +48,6 @@ if ( isset ($_POST["LOGIN"]) ) {
// Show all the existing user on 7 columns
$repo=new Dossier(0);
$cn=$repo->get_user();
echo_debug('admin_repo.php',__LINE__,"Array = $cn");
$compteur=0;
?>
<h2>Gestion Utilisateurs</h2>