Revision 1493
Added by Dietmar about 13 years ago
index.php | ||
---|---|---|
100 | 100 |
$template->set_var('DISPLAY_EXTRA', 'display:none;'); |
101 | 101 |
$template->set_var('ACTION_URL', ADMIN_URL.'/groups/add.php'); |
102 | 102 |
$template->set_var('SUBMIT_TITLE', $TEXT['ADD']); |
103 |
$template->set_var('ADVANCED_ACTION', 'index.php');
|
|
103 |
$template->set_var('ADVANCED_LINK', 'index.php');
|
|
104 | 104 |
|
105 | 105 |
// Tell the browser whether or not to show advanced options |
106 | 106 |
if ( true == (isset( $_POST['advanced']) AND ( strpos( $_POST['advanced'], ">>") > 0 ) ) ) { |
Also available in: Unified diff
Ticket #1106 FatalError in groups module