~ubuntu-branches/ubuntu/natty/freeradius/natty-updates

« back to all changes in this revision

Viewing changes to dialup_admin/htdocs/user_admin.php3

  • Committer: Bazaar Package Importer
  • Author(s): Paul Hampson
  • Date: 2006-01-15 13:34:13 UTC
  • mto: (3.1.3 dapper) (4.1.3 sid) (1.1.14 upstream)
  • mto: This revision was merged to the branch mainline in revision 4.
  • Revision ID: james.westby@ubuntu.com-20060115133413-zo1dslttvdoalqym
Tags: upstream-1.1.0
ImportĀ upstreamĀ versionĀ 1.1.0

Show diffs side-by-side

added added

removed removed

Lines of Context:
246
246
                                $lastlog_input = 'not available';
247
247
                        $lastlog_output = $row['acctoutputoctets'];
248
248
                        if ($lastlog_output)
249
 
                                $lastlog_input = bytes2str($lastlog_output);
 
249
                                $lastlog_output = bytes2str($lastlog_output);
250
250
                        else
251
251
                                $lastlog_output = 'not available';
252
252
                }