[svn r17073] Fix nasty bug preventing cleanup of track_e_online table (FS#3309) by cvargas

skala
Yannick Warnier 17 years ago
parent 9a44976aa5
commit f21f4801d9
  1. 2
      main/inc/banner.inc.php

@ -170,7 +170,7 @@ if ($_user['user_id']) {
<!-- start user section line with name, my course, my profile, scorm info, etc -->
<ul id="logout">
<li><a target="_main" href="<?php echo api_get_path(WEB_PATH); ?>index.php?logout=logout"><span><?php echo get_lang('Logout').' '.$login; ?></span></a></li>
<li><a target="_main" href="<?php echo api_get_path(WEB_PATH); ?>index.php?logout=logout&uid=<?php echo $_user['user_id']; ?>"><span><?php echo get_lang('Logout').' '.$login; ?></span></a></li>
</ul>
<?php
}

Loading…
Cancel
Save