Subversion Repositories general

Compare Revisions

Ignore whitespace Rev 1382 → Rev 1385

/asterisk-stats/trunk/includes/functions.php
1,7 → 1,5
<?php
 
$PHP_SELF = $_SERVER['PHP_SELF'];
 
function FormatDuration($seconds) {
$minutes = $seconds / 60;
$seconds = $seconds % 60;