mirror of
https://github.com/myvesta/vesta
synced 2025-08-14 10:37:42 -07:00
suggestion fordefault user package
This commit is contained in:
parent
200f50829a
commit
ecf063711c
1 changed files with 4 additions and 0 deletions
|
@ -105,6 +105,10 @@
|
|||
echo "\n\t\t\t\t\t\t\t\t\t\t\t\t\t<option value=\"".$key."\"";
|
||||
if ((!empty($v_package)) && ( $key == $_POST['v_package'])){
|
||||
echo 'selected' ;
|
||||
} else {
|
||||
if ( $key == 'default'){
|
||||
echo 'selected' ;
|
||||
}
|
||||
}
|
||||
echo ">".$key."</option>\n";
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue