Show
Ignore:
Timestamp:
02/28/07 04:07:12 (6 years ago)
Author:
rvelices
Message:

feature 657: permalinks for categories

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/include/category_cats.inc.php

    r1861 r1866  
    3636  $query = ' 
    3737SELECT 
    38   id, name, representative_picture_id, comment, nb_images, uppercats, 
     38  id, name, permalink, representative_picture_id, comment, nb_images, uppercats, 
    3939  date_last, max_date_last, count_images, count_categories, global_rank 
    4040  FROM '.CATEGORIES_TABLE.' INNER JOIN '.USER_CACHE_CATEGORIES_TABLE.' 
     
    5858  $query = ' 
    5959SELECT 
    60   id, name, representative_picture_id, comment, nb_images, 
     60  id, name, permalink, representative_picture_id, comment, nb_images, 
    6161  date_last, max_date_last, count_images, count_categories 
    6262  FROM '.CATEGORIES_TABLE.' INNER JOIN '.USER_CACHE_CATEGORIES_TABLE.'