Explorar el Código

debug double create account

andre hace 5 años
padre
commit
5f4cb1c834
Se han modificado 1 ficheros con 6 adiciones y 7 borrados
  1. 6 7
      zimbraSingle.inc

+ 6 - 7
zimbraSingle.inc

@@ -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)