Warning: Declaration of action_plugin_description::register(&$controller) should be compatible with DokuWiki_Action_Plugin::register(Doku_Event_Handler $controller) in /var/www/html/foro/documentation/lib/plugins/description/action.php on line 23

Warning: Declaration of action_plugin_keywords::register(&$controller) should be compatible with DokuWiki_Action_Plugin::register(Doku_Event_Handler $controller) in /var/www/html/foro/documentation/lib/plugins/keywords/action.php on line 40

Warning: Cannot modify header information - headers already sent by (output started at /var/www/html/foro/documentation/lib/plugins/description/action.php:0) in /var/www/html/foro/documentation/inc/auth.php on line 427

Warning: Cannot modify header information - headers already sent by (output started at /var/www/html/foro/documentation/lib/plugins/description/action.php:0) in /var/www/html/foro/documentation/inc/fetch.functions.php on line 30

Warning: Cannot modify header information - headers already sent by (output started at /var/www/html/foro/documentation/lib/plugins/description/action.php:0) in /var/www/html/foro/documentation/inc/fetch.functions.php on line 48

Warning: Cannot modify header information - headers already sent by (output started at /var/www/html/foro/documentation/lib/plugins/description/action.php:0) in /var/www/html/foro/documentation/inc/fetch.functions.php on line 49

Warning: Cannot modify header information - headers already sent by (output started at /var/www/html/foro/documentation/lib/plugins/description/action.php:0) in /var/www/html/foro/documentation/inc/httputils.php on line 28

Warning: Cannot modify header information - headers already sent by (output started at /var/www/html/foro/documentation/lib/plugins/description/action.php:0) in /var/www/html/foro/documentation/inc/httputils.php on line 29

Warning: Cannot modify header information - headers already sent by (output started at /var/www/html/foro/documentation/lib/plugins/description/action.php:0) in /var/www/html/foro/documentation/inc/fetch.functions.php on line 74

Warning: Cannot modify header information - headers already sent by (output started at /var/www/html/foro/documentation/lib/plugins/description/action.php:0) in /var/www/html/foro/documentation/inc/httputils.php on line 108

Warning: Cannot modify header information - headers already sent by (output started at /var/www/html/foro/documentation/lib/plugins/description/action.php:0) in /var/www/html/foro/documentation/inc/httputils.php on line 141

Warning: Cannot modify header information - headers already sent by (output started at /var/www/html/foro/documentation/lib/plugins/description/action.php:0) in /var/www/html/foro/documentation/inc/httputils.php on line 162
--- a/CallRelatedList.php +++ b/CallRelatedList.php @@ -16,7 +16,7 @@ $action = vtlib_purify($_REQUEST['action']); $record = vtlib_purify($_REQUEST['record']); $isduplicate = vtlib_purify($_REQUEST['isDuplicate']); - +$singlepane_view = 'true'; if($singlepane_view == 'true' && $action == 'CallRelatedList') { header("Location:index.php?action=DetailView&module=$currentModule&record=$record&parenttab=$category"); } else { --- a/DetailView.php +++ b/DetailView.php @@ -71,6 +71,7 @@ } $smarty->assign('IS_REL_LIST', isPresentRelatedLists($currentModule)); +$singlepane_view = 'true'; $smarty->assign('SinglePane_View', $singlepane_view); if($singlepane_view == 'true') {