Changeset 1416
- Timestamp:
- 09/09/05 22:36:06 (3 years ago)
- Files:
-
- trunk/bureau/admin/stats_show_per_month.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/bureau/admin/stats_show_per_month.php
r1414 r1416 110 110 if (!is_null($current_user)) { // not the first time we enter this block 111 111 $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"; 113 113 foreach ($months as $m) { 114 114 print "<td>" . m_quota::display_val('bw_web', $entries[$m]) . "</td>\n"; … … 118 118 } 119 119 $current_user = $user; 120 $login = $db->f('login'); 120 121 $entries = array(); 121 122 }
