Show
Ignore:
Timestamp:
02/16/07 14:17:21 (2 years ago)
Author:
jm3
Message:
  • massive database refactor; renamed tables and columns logically
  • cleaned up more asp-style tags so that Vim? font-locks them correctly
  • we have clean URLs now! http://feedmelinks.com/u/pheezy/tags/cassettes
  • probably broke some stuff; just let me know.
Files:

Legend:

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

    r1331 r1334  
    44        $limit = $limit ? $limit : 7; 
    55        $qs = "SELECT COUNT(*) as nl, u.ID, u.userid as u 
    6                         FROM links AS l, linksUsers AS u 
     6                        FROM links AS l, users AS u 
    77                        WHERE u.userid = l.userid                                               
    88                        GROUP BY u.userid