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

    r1331 r1334  
    3838                 
    3939                if( $singleGroup ) { 
    40                         $qs = "SELECT * from linksGroups WHERE id=$folder"; 
     40                        $qs = "SELECT * from tags WHERE id=$folder"; 
    4141                        $q = mysql_query( $qs ); 
    4242                        if( $q ) { 
     
    5555                        } 
    5656                } else { 
    57                         $qs = "SELECT * from linksGroups"; 
     57                        $qs = "SELECT * from tags"; 
    5858                 
    5959                        $q = mysql_query( $qs );