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/get-option.inc.php

    r169 r1334  
    2222    mysql_connect(); 
    2323    mysql_selectdb( getDBName() ); 
    24     $qs = "SELECT * from linksUsers WHERE userid = '$userId'"; 
     24    $qs = "SELECT * FROM users WHERE userid = '$userId'"; 
    2525                #echo $qs; 
    2626    $q = mysql_query( $qs );