Project

General

Profile

« Previous | Next » 

Revision 917

Added by aldus almost 16 years ago

Bugfix for ticket #680: change the condition-test to get rid of the utf-8 problematic if the languange contains entities on the button-label.

View differences:

groups.php
62 62
										)
63 63
							);
64 64
	// Tell the browser whether or not to show advanced options
65
	if(isset($_POST['advanced']) AND $_POST['advanced'] == $TEXT['SHOW_ADVANCED'].' >>') {
65
	if( true == (isset( $_POST['advanced']) AND ( strpos( $_POST['advanced'], ">>") > 0 ) ) ) {
66 66
		$template->set_var('DISPLAY_ADVANCED', '');
67 67
		$template->set_var('DISPLAY_BASIC', 'none');
68 68
		$template->set_var('ADVANCED', 'yes');

Also available in: Unified diff