Nettoyage

This commit is contained in:
Rodolphe Quiedeville 2005-02-21 16:11:30 +00:00
parent 07ff8d661a
commit 6bf6f1681f

View File

@ -1,5 +1,5 @@
<?PHP <?PHP
/* Copyright (C) 2004 Rodolphe Quiedeville <rodolphe@quiedeville.org> /* Copyright (C) 2004-2005 Rodolphe Quiedeville <rodolphe@quiedeville.org>
* *
* This program is free software; you can redistribute it and/or modify * This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by * it under the terms of the GNU General Public License as published by
@ -21,25 +21,11 @@
*/ */
require("./pre.inc.php"); require("./pre.inc.php");
$page = $_GET["page"]; if (!$user->rights->telephonie->lire) accessforbidden();
$sortorder = $_GET["sortorder"];
if (!$user->rights->telephonie->lire)
accessforbidden();
llxHeader('','Telephonie'); llxHeader('','Telephonie');
/* /*
* Sécurité accés client
*/
if ($user->societe_id > 0)
{
$action = '';
$socidp = $user->societe_id;
}
/*
* Mode Liste
* *
* *
* *
@ -193,23 +179,9 @@ else
print $sql; print $sql;
} }
print '</td></tr>'; print '</td></tr>';
print '</table>'; print '</table>';
$db->close(); $db->close();
llxFooter("<em>Derni&egrave;re modification $Date$ r&eacute;vision $Revision$</em>"); llxFooter("<em>Derni&egrave;re modification $Date$ r&eacute;vision $Revision$</em>");