Closed (fixed)
Project:
Search Files
Version:
6.x-6.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Reporter:
Created:
5 May 2009 at 20:36 UTC
Updated:
28 Aug 2009 at 18:37 UTC
I can't put my full path to helper program because the max length is set at 100 in search_files.module line 190
$form['search_files_helper_path'] = array(
'#type' => 'textfield',
'#title' => t('Helper path'),
'#size' => 100,
'#maxlength' => 100,
Is there a limitation of 100 characters? why not 256 or no limit?
Comments
Comment #1
thl commentedThe limit is also in the database schema, which needs to be fixed, too.
Comment #2
thl commentedfixed, see
search_files.install revision 1.10.2.12
search_files.module revision 1.19.2.17
Comment #3
thl commented