Changeset 1815 for trunk/index.php


Ignore:
Timestamp:
Feb 14, 2007, 2:37:38 AM (17 years ago)
Author:
rvelices
Message:

tags returned by get_all_tags, get_available_tags contain id key instead of tag_id
(as expected by make_index_url, as $pagetags was and as the database model is)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/index.php

    r1800 r1815  
    226226        'URL' => make_index_url(
    227227          array(
    228             'tags' => array(
    229               array(
    230                 'id' => $tag['tag_id'],
    231                 'url_name' => $tag['url_name'],
    232                 ),
    233               )
     228            'tags' => array($tag)
    234229            )
    235230          ),
Note: See TracChangeset for help on using the changeset viewer.