[svn r19673] fix faulty removal of fck definitions

skala
Patrick Cool 17 years ago
parent a4f9473491
commit 911c3b5124
  1. 5
      main/wiki/index.php

@ -164,11 +164,14 @@ else
MAIN CODE
==============================================================================
*/
$fck_attribute['Width'] = '100%';
$fck_attribute['Height'] = '300';
$fck_attribute['ToolbarSet'] = 'Introduction';
// introduction section
Display::display_introduction_section(TOOL_WIKI);
$fck_attribute = null; // Clearing this global variable immediatelly after it has been used.
/*
-----------------------------------------------------------
Wiki configuration settings

Loading…
Cancel
Save