mirror of
https://github.com/FlyInTheBox/31TSAI.git
synced 2024-11-09 20:44:11 +01:00
a
This commit is contained in:
parent
e50c5f2b0b
commit
dd675aee6c
1 changed files with 1 additions and 1 deletions
|
@ -86,7 +86,7 @@
|
|||
while ($w_dept = mysqli_fetch_array($wyn_dept))
|
||||
{
|
||||
$deptle1 = $w_dept['id'];
|
||||
$deptle = $w_dept['id'] . '|' . $w_dept['name'] . '|' . $w_dept['region'];
|
||||
$deptle = $w_dept['id'] . ' | ' . $w_dept['name'] . ' | ' . $w_dept['region'];
|
||||
?>
|
||||
<option value=<?php printf("%s", "'" . $deptle1 . "'"); ?>><?php printf("%s", $deptle); ?></option>
|
||||
<?php
|
||||
|
|
Loading…
Reference in a new issue