Changeset 12030


Ignore:
Timestamp:
Sep 1, 2011, 4:16:00 PM (13 years ago)
Author:
mistic100
Message:

feature:2322 fix a typo in function get_taglist

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/admin/include/functions.php

    r12019 r12030  
    20622062      }
    20632063
    2064       $row['tag_name'] = preg_replace('#\[lang=(.*?)\](.*?)\[/lang\]#is', null, $row['tag_name']);
     2064      $row['name'] = preg_replace('#\[lang=(.*?)\](.*?)\[/lang\]#is', null, $row['name']);
    20652065    }
    20662066   
Note: See TracChangeset for help on using the changeset viewer.