Changeset 1416


Ignore:
Timestamp:
09/09/05 22:36:06 (8 years ago)
Author:
darcs
Message:

alternc-stats: changeset afficher le bon user

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/bureau/admin/stats_show_per_month.php

    r1414 r1416  
    110110    if (!is_null($current_user)) { // not the first time we enter this block 
    111111      $class = ($class== 'lst1' ? 'lst2' : 'lst1'); 
    112       print "<tr class=\"$class\"><td class=\"right\"><acronym title=\"$current_user\">".$db->f("login")."</acronym></td>\n"; 
     112      print "<tr class=\"$class\"><td class=\"right\"><acronym title=\"$current_user\">".$login."</acronym></td>\n"; 
    113113      foreach ($months as $m) { 
    114114        print "<td>" . m_quota::display_val('bw_web', $entries[$m]) . "</td>\n"; 
     
    118118    } 
    119119    $current_user = $user; 
     120    $login = $db->f('login'); 
    120121    $entries = array(); 
    121122  } 
Note: See TracChangeset for help on using the changeset viewer.