Index: branches/RC/kernel/units/help/help_event_handler.php =================================================================== diff -u -N --- branches/RC/kernel/units/help/help_event_handler.php (revision 8929) +++ branches/RC/kernel/units/help/help_event_handler.php (revision 0) @@ -1,30 +0,0 @@ -Application->GetVar('HelpContent'); - - $module = $this->Application->GetVar('h_module'); - $title_preset = $this->Application->GetVar('h_title_preset'); - - $sql = 'SELECT Path FROM '.TABLE_PREFIX.'Modules WHERE LOWER(Name)='.$this->Conn->qstr( strtolower($module) ); - $module_path = $this->Conn->GetOne($sql); - - $help_file = FULL_PATH.'/'.$module_path.'module_help/'.$title_preset.'.txt'; - $help_data = $this->Application->GetVar('HelpContent'); - - $fp = fopen($help_file,'w'); - fwrite($fp,$help_data); - fclose($fp); - } - } - -?> \ No newline at end of file