[geeklog-cvs] geeklog-1.3 config.php,1.72,1.73

tony at geeklog.net tony at geeklog.net
Sun Feb 9 16:33:37 EST 2003


Update of /usr/cvs/geeklog/geeklog-1.3
In directory internal.geeklog.net:/tmp/cvs-serv8168

Modified Files:
	config.php 
Log Message:
Renamed search related config variables to use more conventional naming standard


Index: config.php
===================================================================
RCS file: /usr/cvs/geeklog/geeklog-1.3/config.php,v
retrieving revision 1.72
retrieving revision 1.73
diff -C2 -d -r1.72 -r1.73
*** config.php	7 Feb 2003 00:29:32 -0000	1.72
--- config.php	9 Feb 2003 21:33:35 -0000	1.73
***************
*** 199,211 ****
  //     true = show title with summary
  //     false = title date author hits on one line
! $_CONF['expandedSearchResults']  =  true;
      
  // 0: use users max stories per page
  // 1: Show all
  // any other number is the # of resuilts per page
! $_CONF['maxSearchResults']  =  1;
      
  // maximum length for the summary text for search results should be    
! $_CONF['summaryLength']  =  250;
      
      
--- 199,211 ----
  //     true = show title with summary
  //     false = title date author hits on one line
! $_CONF['expanded_search_results']  =  true;
      
  // 0: use users max stories per page
  // 1: Show all
  // any other number is the # of resuilts per page
! $_CONF['max_search_results']  =  1;
      
  // maximum length for the summary text for search results should be    
! $_CONF['summary_length']  =  250;
      
      





More information about the geeklog-cvs mailing list