Esempio n. 1
0
     * permissionsGroupAdmin_emailNotification [INTEGER]  To send the email notification to the user?
     * permissionsGroupAdmin_admin [INTEGER]  Indicate if the user is the admin for the group.
     */
    $PermissionsGroupAdmin = new RowManager_PermissionsGroupAdminManager();
    $PermissionsGroupAdmin->dropTable();
    $PermissionsGroupAdmin->createTable();
    /*
     * PermissionsSuperAdmin Table
     *
     * Contains all the super admins. Super Admin can access everything in the scheduler.
     *
     * permissionsSuperAdmin_id [INTEGER]  ID of the Super Admin Permissions
     * viewer_id [INTEGER]  ID of the viewer
     */
    $PermissionsSuperAdmin = new RowManager_PermissionsSuperAdminManager();
    $PermissionsSuperAdmin->dropTable();
    $PermissionsSuperAdmin->createTable();
    /*[RAD_DAOBJ_TABLE]*/
} else {
    echo 'Skipping Tables ... <br>';
}
// end if !skipTables
// check to see if parameter 'skipLabel' was provided
$skipLabel = isset($_REQUEST['skipLabel']);
// if not, then add labels to DB ...
if (!$skipLabel) {
    /*
     *  Insert Labels in DB
     */
    // Create Application Upload Series
    $labelManager = new MultilingualManager();