Code quality : use as often as possible global $g_user instead of recreating a new User object
This commit is contained in:
parent
d86a5d4a44
commit
652cf8d4c7
50 changed files with 221 additions and 255 deletions
|
|
@ -29,7 +29,6 @@ require_once("class_ihidden.php");
|
|||
require_once('class_database.php');
|
||||
require_once('ac_common.php');
|
||||
require_once('class_pre_operation.php');
|
||||
$user=new User(new Database(dossier::id()));
|
||||
echo '<div class="content">';
|
||||
echo '<form method="GET">';
|
||||
$sel=new ISelect();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue