Changeset 46112

Show
Ignore:
Timestamp:
05/16/08 01:48:25 (2 months ago)
Author:
misterbisson
Message:

alpha

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • bsuite/trunk/bsuite.php

    r46087 r46112  
    11151115                  ) a 
    11161116                  GROUP BY object_id 
    1117                   ORDER BY hits DESC 
     1117                  ORDER BY hit_count DESC 
    11181118                  $limit"; 
    11191119 
     
    14131413            $str = substr(strrchr(shell_exec('uptime'),':'),1); 
    14141414            $avs = array_map('trim',explode(',',$str)); 
    1415             return $avs
     1415            return( $avs )
    14161416      } 
    14171417      // end load average related functions