@@ -410,67 +410,67 @@ function xmldb_theme_boost_union_upgrade($oldversion) {
410
410
// Define table theme_boost_union_flavours to be altered.
411
411
$ table = new xmldb_table ('theme_boost_union_flavours ' );
412
412
413
- // Define field look_backgroundimageposition to be added to theme_boost_union_flavours.
414
- $ field = new xmldb_field ('look_backgroundimageposition ' , XMLDB_TYPE_CHAR , '32 ' , null , null , null , null ,
413
+ // Define field look_backgroundimagepos to be added to theme_boost_union_flavours.
414
+ $ field = new xmldb_field ('look_backgroundimagepos ' , XMLDB_TYPE_CHAR , '32 ' , null , null , null , null ,
415
415
'look_backgroundimage ' );
416
416
417
- // Conditionally launch add field look_backgroundimageposition .
417
+ // Conditionally launch add field look_backgroundimagepos .
418
418
if (!$ dbman ->field_exists ($ table , $ field )) {
419
419
$ dbman ->add_field ($ table , $ field );
420
420
}
421
421
422
- // Define field look_activityiconcoloradministration to be added to theme_boost_union_flavours.
423
- $ field = new xmldb_field ('look_activityiconcoloradministration ' , XMLDB_TYPE_CHAR , '32 ' , null , null , null , null );
422
+ // Define field look_aicoladministration to be added to theme_boost_union_flavours.
423
+ $ field = new xmldb_field ('look_aicoladministration ' , XMLDB_TYPE_CHAR , '32 ' , null , null , null , null );
424
424
425
- // Conditionally launch add field look_activityiconcoloradministration .
425
+ // Conditionally launch add field look_aicoladministration .
426
426
if (!$ dbman ->field_exists ($ table , $ field )) {
427
427
$ dbman ->add_field ($ table , $ field );
428
428
}
429
429
430
- // Define field look_activityiconcolorasessment to be added to theme_boost_union_flavours.
431
- $ field = new xmldb_field ('look_activityiconcolorasessment ' , XMLDB_TYPE_CHAR , '32 ' , null , null , null , null );
430
+ // Define field look_aicolassessment to be added to theme_boost_union_flavours.
431
+ $ field = new xmldb_field ('look_aicolassessment ' , XMLDB_TYPE_CHAR , '32 ' , null , null , null , null );
432
432
433
- // Conditionally launch add field look_activityiconcolorasessment .
433
+ // Conditionally launch add field look_aicolassessment .
434
434
if (!$ dbman ->field_exists ($ table , $ field )) {
435
435
$ dbman ->add_field ($ table , $ field );
436
436
}
437
437
438
- // Define field look_activityiconcolorcollaboration to be added to theme_boost_union_flavours.
439
- $ field = new xmldb_field ('look_activityiconcolorcollaboration ' , XMLDB_TYPE_CHAR , '32 ' , null , null , null , null );
438
+ // Define field look_aicolcollaboration to be added to theme_boost_union_flavours.
439
+ $ field = new xmldb_field ('look_aicolcollaboration ' , XMLDB_TYPE_CHAR , '32 ' , null , null , null , null );
440
440
441
- // Conditionally launch add field look_activityiconcolorcollaboration .
441
+ // Conditionally launch add field look_aicolcollaboration .
442
442
if (!$ dbman ->field_exists ($ table , $ field )) {
443
443
$ dbman ->add_field ($ table , $ field );
444
444
}
445
445
446
- // Define field look_activityiconcolorcommunication to be added to theme_boost_union_flavours.
447
- $ field = new xmldb_field ('look_activityiconcolorcommunication ' , XMLDB_TYPE_CHAR , '32 ' , null , null , null , null );
446
+ // Define field look_aicolcommunication to be added to theme_boost_union_flavours.
447
+ $ field = new xmldb_field ('look_aicolcommunication ' , XMLDB_TYPE_CHAR , '32 ' , null , null , null , null );
448
448
449
- // Conditionally launch add field look_activityiconcolorcommunication .
449
+ // Conditionally launch add field look_aicolcommunication .
450
450
if (!$ dbman ->field_exists ($ table , $ field )) {
451
451
$ dbman ->add_field ($ table , $ field );
452
452
}
453
453
454
- // Define field look_activityiconcolorcontent to be added to theme_boost_union_flavours.
455
- $ field = new xmldb_field ('look_activityiconcolorcontent ' , XMLDB_TYPE_CHAR , '32 ' , null , null , null , null );
454
+ // Define field look_aicolcontent to be added to theme_boost_union_flavours.
455
+ $ field = new xmldb_field ('look_aicolcontent ' , XMLDB_TYPE_CHAR , '32 ' , null , null , null , null );
456
456
457
- // Conditionally launch add field look_activityiconcolorcontent .
457
+ // Conditionally launch add field look_aicolcontent .
458
458
if (!$ dbman ->field_exists ($ table , $ field )) {
459
459
$ dbman ->add_field ($ table , $ field );
460
460
}
461
461
462
- // Define field look_activityiconcolorinteractivecontent to be added to theme_boost_union_flavours.
463
- $ field = new xmldb_field ('look_activityiconcolorinteractivecontent ' , XMLDB_TYPE_CHAR , '32 ' , null , null , null , null );
462
+ // Define field look_aicolinteractivecontent to be added to theme_boost_union_flavours.
463
+ $ field = new xmldb_field ('look_aicolinteractivecontent ' , XMLDB_TYPE_CHAR , '32 ' , null , null , null , null );
464
464
465
- // Conditionally launch add field look_activityiconcolorinteractivecontent .
465
+ // Conditionally launch add field look_aicolinteractivecontent .
466
466
if (!$ dbman ->field_exists ($ table , $ field )) {
467
467
$ dbman ->add_field ($ table , $ field );
468
468
}
469
469
470
- // Define field look_activityiconcolorinterface to be added to theme_boost_union_flavours.
471
- $ field = new xmldb_field ('look_activityiconcolorinterface ' , XMLDB_TYPE_CHAR , '32 ' , null , null , null , null );
470
+ // Define field look_aicolinterface to be added to theme_boost_union_flavours.
471
+ $ field = new xmldb_field ('look_aicolinterface ' , XMLDB_TYPE_CHAR , '32 ' , null , null , null , null );
472
472
473
- // Conditionally launch add field look_activityiconcolorinterface .
473
+ // Conditionally launch add field look_aicolinterface .
474
474
if (!$ dbman ->field_exists ($ table , $ field )) {
475
475
$ dbman ->add_field ($ table , $ field );
476
476
}
0 commit comments