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/admin/sudo-core.php

    r724 r1334  
    1111 
    1212        if( $who ) { 
    13                 $qs = "SELECT * FROM linksUsers WHERE userid LIKE \"%$who%\""; 
     13                $qs = "SELECT * FROM users WHERE userid LIKE \"%$who%\""; 
    1414                if( $debug ) 
    1515                        e( $qs );