Remove debugging info + fix check_dossier
This commit is contained in:
parent
5955904bd3
commit
5ca63ca248
3 changed files with 8 additions and 7 deletions
|
|
@ -33,12 +33,10 @@ require_once ('class_dossier.php');
|
|||
require_once('class_todo_list.php');
|
||||
|
||||
|
||||
$user=new User(DbConnect());
|
||||
$user->check_dossier(dossier::id());
|
||||
|
||||
$cn=DbConnect(dossier::id());
|
||||
$user->db=$cn;
|
||||
$user=new User($cn);
|
||||
$user->Check();
|
||||
$user->check_dossier(dossier::id());
|
||||
|
||||
if ( DBVERSION!=dossier::get_version($cn)) {
|
||||
echo '<h2 class="error">Votre base de données n\'est pas à jour, ';
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue