Signed-off-by: Stéphane Jacob <sj@m4x.org>
================================================================================
VERSION 1.1.2 XX XX XXXX
+Bug/Wish:
+
+ * Search:
+ - #1285: Autocompletes on internal words in university search -JAC
+
================================================================================
VERSION 1.1.1 09 05 2011
// {{{ class DE_EducationSchools
class DE_EducationSchools extends DirEnumeration
{
+ protected $ac_beginwith = false;
protected $idfield = 'profile_education_enum.id';
protected $valfield = 'profile_education_enum.name';
protected $valfield2 = 'profile_education_enum.abbreviation';