Index: custom/units/widgets/widgets_config.php =================================================================== --- custom/units/widgets/widgets_config.php (revision 14318) +++ custom/units/widgets/widgets_config.php (working copy) @@ -210,8 +210,8 @@ ), ), - 'ConfigMapping' => Array ( - 'PerPage' => 'Comm_Perpage_Widgets', - 'ShortListPerPage' => 'Comm_Perpage_Widgets_Short', - ), + /*'ConfigMapping' => Array ( + 'PerPage' => 'Perpage_Widgets', + 'ShortListPerPage' => 'Perpage_Widgets_Short', + ),*/ ); Index: in-auction/units/detail_template/detail_template_config.php =================================================================== --- in-auction/units/detail_template/detail_template_config.php (revision 14318) +++ in-auction/units/detail_template/detail_template_config.php (working copy) @@ -107,9 +107,4 @@ ), ), ), - - 'ConfigMapping' => Array( - 'PerPage' => 'Comm_Perpage_DetailTemplates', - 'ShortListPerPage' => 'Comm_Perpage_DetailTemplates_Short', - ), ); \ No newline at end of file Index: in-auction/units/schedule/schedule_config.php =================================================================== --- in-auction/units/schedule/schedule_config.php (revision 14318) +++ in-auction/units/schedule/schedule_config.php (working copy) @@ -103,8 +103,8 @@ 6 => 'la_Saturday', 7 => 'la_Sunday', ), - 'not_null' => 1, 'default' => '', - ), + 'not_null' => 1, 'default' => '', + ), 'StartDate' => Array ('type' => 'int', 'formatter' => 'kDateFormatter', 'format' => 'm/d/y', 'default' => '#NOW#'), 'StartTime' => Array ('type' => 'int', 'formatter' => 'kDateFormatter', 'input_date_format' => '', 'date_format' => '', 'default' => NULL), 'EndTime' => Array ('type' => 'int', 'formatter' => 'kDateFormatter', 'input_date_format' => '', 'date_format' => '', 'default' => NULL), @@ -145,8 +145,4 @@ ), ), - 'ConfigMapping' => Array( - 'PerPage' => 'Comm_Perpage_Schedules', - 'ShortListPerPage' => 'Comm_Perpage_Schedules_Short', - ), ); \ No newline at end of file