mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-01-03 12:39:25 +01:00
trim filespace value in accounts also
This commit is contained in:
parent
1d9f053876
commit
83e42d3d96
@ -131,7 +131,7 @@
|
|||||||
$account_file_space_type_selected[$account_file_space_type] = "selected";
|
$account_file_space_type_selected[$account_file_space_type] = "selected";
|
||||||
|
|
||||||
$account_file_space = '
|
$account_file_space = '
|
||||||
<input type=text name="account_file_space_number" value="' . $account_file_space_number . '" size="7">';
|
<input type=text name="account_file_space_number" value="' . trim($account_file_space_number) . '" size="7">';
|
||||||
$account_file_space_select ='<select name="account_file_space_type">';
|
$account_file_space_select ='<select name="account_file_space_type">';
|
||||||
$account_file_space_types = array ("gb", "mb", "kb", "b");
|
$account_file_space_types = array ("gb", "mb", "kb", "b");
|
||||||
while (list ($num, $type) = each ($account_file_space_types))
|
while (list ($num, $type) = each ($account_file_space_types))
|
||||||
|
Loading…
Reference in New Issue
Block a user