[geeklog-cvs] Geeklog-1.x/public_html/admin/plugins/staticpages index.php, 1.93, 1.94

Dirk Haun dhaun at qs1489.pair.com
Sun Jun 22 10:49:10 EDT 2008


Update of /cvsroot/geeklog/Geeklog-1.x/public_html/admin/plugins/staticpages
In directory qs1489.pair.com:/tmp/cvs-serv9777/public_html/admin/plugins/staticpages

Modified Files:
	index.php 
Log Message:
Fixed assignment


Index: index.php
===================================================================
RCS file: /cvsroot/geeklog/Geeklog-1.x/public_html/admin/plugins/staticpages/index.php,v
retrieving revision 1.93
retrieving revision 1.94
diff -C2 -d -r1.93 -r1.94
*** index.php	7 Jun 2008 12:41:45 -0000	1.93
--- index.php	22 Jun 2008 14:49:06 -0000	1.94
***************
*** 121,125 ****
                  $sp_template->set_var('show_htmleditor','');
              }
!             $post_options .= '<option value="html" selected="selected">'.$LANG_postmodes['html'].'</option>';
              if ($A['postmode'] == 'adveditor') {
                  $post_options .= '<option value="adveditor" selected="selected">'.$LANG24[86].'</option>';
--- 121,125 ----
                  $sp_template->set_var('show_htmleditor','');
              }
!             $post_options = '<option value="html" selected="selected">'.$LANG_postmodes['html'].'</option>';
              if ($A['postmode'] == 'adveditor') {
                  $post_options .= '<option value="adveditor" selected="selected">'.$LANG24[86].'</option>';




More information about the geeklog-cvs mailing list