Browse Source

debug double create account

andre 5 years ago
parent
commit
5f4cb1c834
1 changed files with 6 additions and 7 deletions
  1. 6 7
      zimbraSingle.inc

+ 6 - 7
zimbraSingle.inc

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