Differences From Artifact [873735cdf8]:

To Artifact [d259486866]:


117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
{
    $query = [[
        'operator' => 'AND',
        'conditions' => [
            [
                'column'   => $config->get('champ_identite'),
                'operator' => '= ?',
                'values'   => ['Souad Massi'],
            ],
        ],
    ]];
    $result = null;
}

$tpl->assign('id', $id);







|







117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
{
    $query = [[
        'operator' => 'AND',
        'conditions' => [
            [
                'column'   => $config->get('champ_identite'),
                'operator' => '= ?',
                'values'   => [''],
            ],
        ],
    ]];
    $result = null;
}

$tpl->assign('id', $id);