Skip to content

Commit

Permalink
Boolean capitalization.
Browse files Browse the repository at this point in the history
  • Loading branch information
bugfolder committed Apr 22, 2024
1 parent dd545aa commit 12eeafb
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions rules_scheduler/rules_scheduler.install
Original file line number Diff line number Diff line change
Expand Up @@ -128,12 +128,12 @@ function rules_scheduler_update_1201() {
'type' => 'Normal',
'module' => NULL,
'storage' => 1,
'built' => false,
'executed' => false,
'editing' => false,
'built' => FALSE,
'executed' => FALSE,
'editing' => FALSE,
'args' => array(),
'build_info' => array(),
'use_ajax' => false,
'use_ajax' => FALSE,
'result' => array(),
'current_page' => NULL,
'items_per_page' => NULL,
Expand All @@ -158,7 +158,7 @@ function rules_scheduler_update_1201() {
'type' => 'views_query',
'options' => array(),
),
'use_more_always' => false,
'use_more_always' => FALSE,
'access' => array(
'type' => 'perm',
'perm' => 'administer rules',
Expand Down Expand Up @@ -238,7 +238,7 @@ function rules_scheduler_update_1201() {
'table' => 'rules_scheduler',
'field' => 'config',
'alter' => array(
'make_link' => true,
'make_link' => TRUE,
'path' => 'admin/config/workflow/rules/components/manage/[config]',
),
),
Expand All @@ -259,7 +259,7 @@ function rules_scheduler_update_1201() {
'label' => 'Operations',
'alter' => array(
'text' => 'delete',
'make_link' => true,
'make_link' => TRUE,
'path' => 'admin/config/workflow/rules/schedule/[tid]/delete',
'alt' => 'Delete this scheduled task',
),
Expand Down Expand Up @@ -289,13 +289,13 @@ function rules_scheduler_update_1201() {
'id' => 'config',
'table' => 'rules_scheduler',
'field' => 'config',
'exposed' => true,
'exposed' => TRUE,
'expose' => array(
'operator_id' => 'config_op',
'label' => 'Component filter',
'operator' => 'config_op',
'identifier' => 'config',
'remember' => true,
'remember' => TRUE,
),
),
),
Expand Down

0 comments on commit 12eeafb

Please sign in to comment.