Cosmetic
This commit is contained in:
parent
0546a4a632
commit
08abe00b28
2 changed files with 3 additions and 0 deletions
|
|
@ -66,6 +66,7 @@ if ($low_action == "list")
|
|||
?>
|
||||
<div class="content">
|
||||
<div>
|
||||
|
||||
<form method="get" action="<?php echo $href;?>">
|
||||
<?php
|
||||
echo dossier::hidden();
|
||||
|
|
@ -94,6 +95,7 @@ if ($low_action == "list")
|
|||
<input type="submit" class="button" name="submit_query" value="<?php echo _('recherche')?>">
|
||||
<input type="hidden" name="ac" value="<?php echo $http->request('ac')?>">
|
||||
</form>
|
||||
<p class="notice"><?=_("Si vous modifiez un contact, il faut recharger la page pour voir les changements")?></p>
|
||||
</div>
|
||||
<?php
|
||||
$client = new contact($cn);
|
||||
|
|
|
|||
|
|
@ -61,6 +61,7 @@ class ContactTest extends TestCase
|
|||
protected function tearDown():void
|
||||
{
|
||||
include 'global.php';
|
||||
global $g_connection;
|
||||
$sql=new ArrayObject();
|
||||
$sql->append("delete from fiche_detail where f_id in (select f_id from fiche where fd_id = $1 )");
|
||||
$sql->append("delete from fiche where f_id not in (select f_id from fiche_detail where $1=$1)");
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue