|
@@ -108,9 +108,9 @@ function zimbraSingle_ChangePackage($params)
|
|
|
return 'Error changing package';
|
|
return 'Error changing package';
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
-function zimbraSingle_ConfigOptions($pid)
|
|
|
|
|
|
|
+function zimbraSingle_ConfigOptions()
|
|
|
{
|
|
{
|
|
|
- global $whmcs;
|
|
|
|
|
|
|
+ global $pid;
|
|
|
$response = zimbraSingleConfigOptions($pid);
|
|
$response = zimbraSingleConfigOptions($pid);
|
|
|
if($response) {
|
|
if($response) {
|
|
|
return $response;
|
|
return $response;
|