Fixed typo in bigmerge

skala
Yannick Warnier 14 years ago
parent cb69936df9
commit f0a200782d
  1. 4
      main/admin/index.php

@ -155,8 +155,6 @@ if (api_get_setting('use_session_mode') == 'true') {
$blocks['sessions']['icon'] = Display::return_icon('session.png', get_lang('Sessions'), array(), 22);
$blocks['sessions']['label'] = api_ucfirst(get_lang('Sessions'));
<li><a href="event_type.php"><?php print get_lang('events_title'); ?></a></li>
<?php endif ?>
$search_form = ' <form method="POST" action="session_list.php">
<input type="text" name="keyword" value="">
@ -375,4 +373,4 @@ function check_system_version() {
$output = '<span style="color:red">' . get_lang('AllowurlfopenIsSetToOff') . '</span>';
}
return $output;
}
}

Loading…
Cancel
Save