|
|
@@ -452,7 +452,7 @@ function zimbraSingleCreateCustomFields($packageconfigoption)
|
|
|
'showorder' => 'on',
|
|
|
'sortorder' => '0'
|
|
|
)
|
|
|
- );
|
|
|
+ );
|
|
|
Capsule::table('tblcustomfields')
|
|
|
->insert(
|
|
|
array(
|
|
|
@@ -464,7 +464,7 @@ function zimbraSingleCreateCustomFields($packageconfigoption)
|
|
|
'showorder' => 'on',
|
|
|
'sortorder' => '1'
|
|
|
)
|
|
|
- );
|
|
|
+ );
|
|
|
Capsule::table('tblcustomfields')
|
|
|
->insert(
|
|
|
array(
|
|
|
@@ -476,7 +476,7 @@ function zimbraSingleCreateCustomFields($packageconfigoption)
|
|
|
'showorder' => 'on',
|
|
|
'sortorder' => '2'
|
|
|
)
|
|
|
- );
|
|
|
+ );
|
|
|
Capsule::table('tblcustomfields')
|
|
|
->insert(
|
|
|
array(
|
|
|
@@ -489,7 +489,7 @@ function zimbraSingleCreateCustomFields($packageconfigoption)
|
|
|
'showorder' => 'on',
|
|
|
'sortorder' => '3'
|
|
|
)
|
|
|
- );
|
|
|
+ );
|
|
|
Capsule::table('tblcustomfields')
|
|
|
->insert(
|
|
|
array(
|
|
|
@@ -501,7 +501,7 @@ function zimbraSingleCreateCustomFields($packageconfigoption)
|
|
|
'showorder' => 'on',
|
|
|
'sortorder' => '4'
|
|
|
)
|
|
|
- );
|
|
|
+ );
|
|
|
Capsule::table('tblcustomfields')
|
|
|
->insert(
|
|
|
array(
|
|
|
@@ -512,10 +512,9 @@ function zimbraSingleCreateCustomFields($packageconfigoption)
|
|
|
'fieldoptions' => $packageconfigoption[1],
|
|
|
'adminonly' => 'on',
|
|
|
'required' => 'on',
|
|
|
- 'showorder' => 'on',
|
|
|
'sortorder' => '5'
|
|
|
)
|
|
|
- );
|
|
|
+ );
|
|
|
}
|
|
|
|
|
|
function recursiveFindAll($haystack, $needle)
|