[geeklog-cvs] geeklog-1.3/public_html usersettings.php,1.97,1.98

dhaun at iowaoutdoors.org dhaun at iowaoutdoors.org
Sun Aug 1 14:59:07 EDT 2004


Update of /var/cvs/geeklog-1.3/public_html
In directory www:/tmp/cvs-serv20738/public_html

Modified Files:
	usersettings.php 
Log Message:
Added missing </select> tags for the comment display mode and sort order drop-down menus (patch #255)


Index: usersettings.php
===================================================================
RCS file: /var/cvs/geeklog-1.3/public_html/usersettings.php,v
retrieving revision 1.97
retrieving revision 1.98
diff -C2 -d -r1.97 -r1.98
*** usersettings.php	26 Jul 2004 10:12:32 -0000	1.97
--- usersettings.php	1 Aug 2004 18:59:04 -0000	1.98
***************
*** 590,593 ****
--- 590,594 ----
      $selection .= COM_optionList ($_TABLES['commentmodes'], 'mode,name',
                                    $A['commentmode']);
+     $selection .= '</select>';
      $preferences->set_var ('displaymode_selector', $selection);
  
***************
*** 595,598 ****
--- 596,600 ----
      $selection .= COM_optionList ($_TABLES['sortcodes'], 'code,name',
                                    $A['commentorder']);
+     $selection .= '</select>';
      $preferences->set_var ('sortorder_selector', $selection);
      $preferences->set_var ('commentlimit_value', $A['commentlimit']);




More information about the geeklog-cvs mailing list