Suchen
= %d AND s.uid > 0 ORDER BY s.timestamp DESC', $interval);
$total_users = db_affected_rows();
$array[] = $total_users."  Mitglied(er) online";
//visitors
$array[] = sess_count($interval)."  Besucher online";
$output = theme('item_list',$array);
print $output;
?>