Revision 833
Added by thorn over 17 years ago
| trunk/CHANGELOG | ||
|---|---|---|
| 11 | 11 |
! = Update/Change |
| 12 | 12 |
|
| 13 | 13 |
------------------------------------- 2.7.0 ------------------------------------- |
| 14 |
20-Apr-2008 Thomas Hornik |
|
| 15 |
# fix: allow external urls for search-results |
|
| 14 | 16 |
17-Apr-2008 Thomas Hornik |
| 15 | 17 |
# fixed jscalendar's language-files |
| 16 | 18 |
16-Apr-2008 Christian Sommer |
| trunk/wb/search/search_modext.php | ||
|---|---|---|
| 254 | 254 |
// make the link from $mod_page_link, add anchor |
| 255 | 255 |
$link = ""; |
| 256 | 256 |
$link = page_link($mod_page_link); |
| 257 |
$link .= make_url_searchstring($func_search_match, $func_search_url_array); |
|
| 257 |
if(strpos($mod_page_link, 'http:')===FALSE) |
|
| 258 |
$link .= make_url_searchstring($func_search_match, $func_search_url_array); |
|
| 258 | 259 |
$link .= $anchor; |
| 259 | 260 |
|
| 260 | 261 |
// now get the excerpt |
Also available in: Unified diff
fix: allow external urls for search-results