Show
Ignore:
Timestamp:
08/24/06 01:14:02 (2 years ago)
Author:
cfriesen
Message:

Feel free to scream if this breaks something...

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/gregarius/cls/wrappers/searchform.php

    r1384 r1544  
    2626# 
    2727############################################################################### 
    28  
    2928 
    3029function rss_search_title() { 
     
    9998    $sql = "select " 
    10099             ." c.id, c.title, f.name, f.id  " 
    101              ." from " . getTable("channels") ." c, " . getTable("folders"). " f " 
    102              ." where f.id=c.parent "; 
     100             ." from " . getTable("channels") ." c "  
     101         ." inner join " . getTable("folders"). " f " 
     102             ."   on f.id = c.parent "; 
    103103               
    104104    if (hidePrivate()) {