Update of /cvsroot/phpwebsite-comm/modules/xwysiwyg/js
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv3992/modules/xwysiwyg/js
Modified Files:
wysiwyg.php
Log Message:
bugfix for php notice: undefined variables
Index: wysiwyg.php
===================================================================
RCS file: /cvsroot/phpwebsite-comm/modules/xwysiwyg/js/wysiwyg.php,v
retrieving revision 1.4
retrieving revision 1.5
diff -C2 -d -r1.4 -r1.5
*** wysiwyg.php 26 Oct 2004 18:57:58 -0000 1.4
--- wysiwyg.php 31 Oct 2004 19:51:03 -0000 1.5
***************
*** 30,34 ****
if ($xwysiwyg) {
$GLOBALS['xwysiwyg_areas'][] = $section_name; //write an array for the theme.php
- //$js = "";
$GLOBALS['xwysiwyg']++;
}
--- 30,33 ----
|