Skip to content
Snippets Groups Projects
Commit 6e4c5aa2 authored by Eric Bremner's avatar Eric Bremner Committed by Kevin Paxman
Browse files

ISTWCMS-5880: coding standards

parent eaf156d5
No related branches found
No related tags found
3 merge requests!284Feature/istwcms 5880 ebremner banners above,!274Draft: ISTWCMS-5551: fixing office hours display,!260Feature/istwcms 5668 a5kulkar rename references to publications
...@@ -498,7 +498,7 @@ function uw_cfg_common_update_9106(&$sandbox) { ...@@ -498,7 +498,7 @@ function uw_cfg_common_update_9106(&$sandbox) {
// we are not using an object, just makes it easier // we are not using an object, just makes it easier
// to work with when inserting these rows back // to work with when inserting these rows back
// into the database. // into the database.
$node_data[$table][] = (array)$value; $node_data[$table][] = (array) $value;
} }
// Truncate the table. // Truncate the table.
...@@ -690,7 +690,7 @@ function uw_cfg_common_update_9106(&$sandbox) { ...@@ -690,7 +690,7 @@ function uw_cfg_common_update_9106(&$sandbox) {
} }
// Insert the row into the database. // Insert the row into the database.
$result = $database->insert($table) $database->insert($table)
->fields($fields) ->fields($fields)
->execute(); ->execute();
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment