Changeset 717 for trunk/include


Ignore:
Timestamp:
Jan 21, 2005, 12:42:35 AM (19 years ago)
Author:
plg
Message:
  • highlight search results disabled before rewrite
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/include/functions.inc.php

    r706 r717  
    319319function replace_search( $string, $search )
    320320{
     321  // FIXME : with new advanced search, this function needs a rewrite
     322  return $string;
     323 
    321324  $words = explode( ',', $search );
    322325  $style = 'background-color:white;color:red;';
Note: See TracChangeset for help on using the changeset viewer.