Changeset 15059


Ignore:
Timestamp:
2007/07/18 11:11:23 (17 years ago)
Author:
adati
Message:
 
File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/dev/data/downloads/module/mdl_ebis_tag/ebis_tag.php

    r15058 r15059  
    196196         
    197197        if ( empty($arrList[$key]['url']) ) { 
    198             $url = SITE_URL . str_replace('_', '/', $arrList[$key]['url']); 
     198            $url = SITE_URL . str_replace('_', '/', $arrList[$key]['page_id']); 
    199199            $arrList[$key]['url'] = $url . '.php'; 
    200200        } else { 
Note: See TracChangeset for help on using the changeset viewer.