Cosmetic bug : make_array wasn't able to manage accent and quote
This commit is contained in:
parent
596bc85fd1
commit
d2d8c361f8
1 changed files with 1 additions and 1 deletions
|
|
@ -676,7 +676,7 @@ class DatabaseCore
|
|||
if ($p_null == 1) {
|
||||
for ($i = $max; $i != 0; $i--) {
|
||||
$r[$i]['value'] = $r[$i - 1]['value'];
|
||||
$r[$i]['label'] = h($r[$i - 1]['label']);
|
||||
$r[$i]['label'] = $r[$i - 1]['label'];
|
||||
}
|
||||
$r[0]['value'] = -1;
|
||||
$r[0]['label'] = " ";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue