Revision 1786
Added by Dietmar about 12 years ago
- fixed double content
branches/2.8.x/CHANGELOG | ||
---|---|---|
13 | 13 |
|
14 | 14 |
|
15 | 15 |
|
16 |
12 Oct-2012 Build 1786 Dietmar Woellbrink (Luisehahne) |
|
17 |
# fixed double content |
|
16 | 18 |
12 Oct-2012 Build 1785 Dietmar Woellbrink (Luisehahne) |
17 | 19 |
# fixed language uninstall, change mysql to strict |
18 | 20 |
! secure fix for search update in settings, search_footer now can be empty |
branches/2.8.x/wb/admin/interface/version.php | ||
---|---|---|
51 | 51 |
|
52 | 52 |
// check if defined to avoid errors during installation (redirect to admin panel fails if PHP error/warnings are enabled) |
53 | 53 |
if(!defined('VERSION')) define('VERSION', '2.8.3'); |
54 |
if(!defined('REVISION')) define('REVISION', '1785');
|
|
54 |
if(!defined('REVISION')) define('REVISION', '1786');
|
|
55 | 55 |
if(!defined('SP')) define('SP', ''); |
branches/2.8.x/wb/framework/frontend.functions.php | ||
---|---|---|
101 | 101 |
* @return string |
102 | 102 |
*/ |
103 | 103 |
function search_highlight($foo='', $arr_string=array()) { |
104 |
require(WB_PATH.'/framework/functions.php'); |
|
104 |
require_once(WB_PATH.'/framework/functions.php');
|
|
105 | 105 |
static $string_ul_umlaut = FALSE; |
106 | 106 |
static $string_ul_regex = FALSE; |
107 | 107 |
if($string_ul_umlaut === FALSE || $string_ul_regex === FALSE) { |
... | ... | |
311 | 311 |
require(WB_PATH.'/modules/'.$module.'/view.php'); |
312 | 312 |
echo "\n".'</div><!-- '.$module.$section_id.' -->'."\n"; |
313 | 313 |
$content = ob_get_clean(); |
314 |
echo $content; |
|
315 | 314 |
} else { |
316 | 315 |
continue; |
317 | 316 |
} |
Also available in: Unified diff