Revision 774
Added by thorn over 17 years ago
| trunk/CHANGELOG | ||
|---|---|---|
| 11 | 11 |
! = Update/Change |
| 12 | 12 |
|
| 13 | 13 |
------------------------------------- 2.7.0 ------------------------------------- |
| 14 |
26-Mar-2008 Tomas Hornik |
|
| 15 |
# fixed E_NOTICE-message in admin/modules/details.php |
|
| 14 | 16 |
25-Mar-2008 Thomas Hornik |
| 15 | 17 |
+ search: added search_time_limit in settings (mainly for sites with PHP < 4.3.3 and slow search) |
| 16 | 18 |
+ search: added missing code to allow query of external data and to process the search data itself |
| trunk/wb/admin/modules/details.php | ||
|---|---|---|
| 97 | 97 |
case 'administration': |
| 98 | 98 |
$type_name = $TEXT['ADMINISTRATION']; |
| 99 | 99 |
break; |
| 100 |
$type_name = $TEXT['unknown']; |
|
| 100 |
default: |
|
| 101 |
$type_name = $TEXT['UNKNOWN']; |
|
| 101 | 102 |
} |
| 102 | 103 |
$template->set_var('TYPE', $type_name);
|
| 103 | 104 |
|
Also available in: Unified diff
fixed E_NOTICE-message in admin/modules/details.php