Show
Ignore:
Timestamp:
02/16/07 11:09:22 (2 years ago)
Author:
jm3
Message:

minor new-user tweaks and refactors

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • feedmelinks/modules/highest-linking-users.inc.php

    r1331 r1333  
    33 
    44        $limit = $limit ? $limit : 7; 
    5         $qs = "SELECT COUNT(*) AS lc, userid AS u FROM links WHERE isPrivate IS NULL GROUP BY userid ORDER BY lc DESC LIMIT $limit;"
     5        $qs = getQuery( "top_linking_users", 7 )
    66 
    77        $con = mysql_connect();