[Phpslash-commit] CVS: phpslash-dev/scripts db_xfer.php.disabled,1.6,1.7
Brought to you by:
joestewart,
nhruby
From: Joe S. <joe...@us...> - 2004-10-28 20:15:26
|
Update of /cvsroot/phpslash/phpslash-dev/scripts In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv15732/phpslash-dev/scripts Modified Files: db_xfer.php.disabled Log Message: added fckeditor to comment submittal. Index: db_xfer.php.disabled =================================================================== RCS file: /cvsroot/phpslash/phpslash-dev/scripts/db_xfer.php.disabled,v retrieving revision 1.6 retrieving revision 1.7 diff -C2 -d -r1.6 -r1.7 *** db_xfer.php.disabled 18 Oct 2004 20:46:39 -0000 1.6 --- db_xfer.php.disabled 28 Oct 2004 20:15:17 -0000 1.7 *************** *** 226,235 **** $optionname[1] = "width"; $optionname[2] = "box_type"; ! // $optionname[3] = "tpl"; $optionval[0] = "top"; $optionval[1] = "100%"; $optionval[2] = "contentonly"; ! // $optionval[3] = "slashHead-htmlarea3"; $ary['optionname'] = $optionname; --- 226,235 ---- $optionname[1] = "width"; $optionname[2] = "box_type"; ! $optionname[3] = "tpl"; $optionval[0] = "top"; $optionval[1] = "100%"; $optionval[2] = "contentonly"; ! $optionval[3] = "slashHead-fckeditor"; $ary['optionname'] = $optionname; |