UpdateDatabase.php
authorKH Lau <khlau@roojs.com>
Thu, 16 Nov 2017 09:02:35 +0000 (17:02 +0800)
committerKH Lau <khlau@roojs.com>
Thu, 16 Nov 2017 09:02:35 +0000 (17:02 +0800)
UpdateDatabase.php

index 6c8115c..0faff08 100644 (file)
@@ -793,6 +793,11 @@ class Pman_Core_UpdateDatabase extends Pman
                 'name' => 'core-person-signup-bcc',
                 'type' => 0, // system
             ),
+            array(
+                'name' => 'Compliance Officers',
+                'type' => 0, 
+            ),
+
         ));
         
     }
@@ -1207,4 +1212,4 @@ class Pman_Core_UpdateDatabase extends Pman
     
     
     
-}
\ No newline at end of file
+}