Ignore:
Timestamp:
Sep 17, 2014, 8:43:51 PM (10 years ago)
Author:
rvelices
Message:

add a help autocompletion on rv_autoco;plete installation that opens the quick search help

File:
1 edited

Legend:

Unmodified
Added
Removed
  • extensions/rv_autocomplete/maintain.inc.php

    r22201 r29602  
    2323  $opts = array( 'excluded_tags'=>array(), 'excluded_albums'=>array() );
    2424  conf_update_param('rvac_opts', addslashes(serialize($opts)) );
     25       
     26        $insert = array(
     27                'name' => addslashes(l10n('Help')),
     28                'url' => '$r/popuphelp.php?page=quick_search',
     29                );
     30        single_insert($prefixeTable.'suggestions', $insert);
    2531}
    2632
Note: See TracChangeset for help on using the changeset viewer.