Changeset 1544 for trunk/gregarius/cls/wrappers/searchform.php
- Timestamp:
- 08/24/06 01:14:02 (2 years ago)
- Files:
-
- 1 modified
-
trunk/gregarius/cls/wrappers/searchform.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/gregarius/cls/wrappers/searchform.php
r1384 r1544 26 26 # 27 27 ############################################################################### 28 29 28 30 29 function rss_search_title() { … … 99 98 $sql = "select " 100 99 ." 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 "; 103 103 104 104 if (hidePrivate()) {
