Project

General

Profile

« Previous | Next » 

Revision 52

Added by stefan about 19 years ago

Changed language string name 'EDITOR' to 'WYSIWYG_EDITOR'

View differences:

save.php
201 201
	"\n".
202 202
	"define('WYSIWYG_STYLE', '".$admin->add_slashes($_POST['wysiwyg_style'])."');\n".
203 203
	"\n".
204
	"define('WYSIWYG_EDITOR', '".addslashes($_POST['editor'])."');\n".
204
	"define('WYSIWYG_EDITOR', '".addslashes($_POST['wysiwyg_editor'])."');\n".
205 205
	"\n".
206 206
	"define('MANAGE_SECTIONS', ".str_replace(';', '', $_POST['manage_sections']).");\n".
207 207
	"define('SECTION_BLOCKS', ".str_replace(';', '', $_POST['section_blocks']).");\n".

Also available in: Unified diff