Removed the orientation field as it is redundant considering the width and height are already specified
Note: I did not create a db/upgrade.php script to remove the database column as this module should not be currently used by anyone.
This commit is contained in:
parent
23d611de1b
commit
8b92d1c307
5 changed files with 13 additions and 19 deletions
|
@ -49,7 +49,7 @@ class backup_customcert_activity_structure_step extends backup_activity_structur
|
|||
// The pages.
|
||||
$pages = new backup_nested_element('pages');
|
||||
$page = new backup_nested_element('page', array('id'), array(
|
||||
'customcertid', 'orientation', 'width', 'height', 'pagenumber',
|
||||
'customcertid', 'width', 'height', 'pagenumber',
|
||||
'timecreated', 'timemodified'));
|
||||
|
||||
// The elements.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue