Ignore:
Timestamp:
Feb 3, 2010, 10:26:32 AM (14 years ago)
Author:
nikrou
Message:

Feature 511 : fix problems with calendar functions
add pwg_db_concat() function

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/admin/permalinks.php

    r4325 r4833  
    110110SELECT
    111111  id,
    112   CONCAT(id, " - ", name, IF(permalink IS NULL, "", " √") ) AS name,
     112  '.pwg_db_concat(array('id', '\' - \'', 'name', 'IF(permalink IS NULL, \'\', \' √\')')).' AS name,
    113113  uppercats, global_rank
    114114FROM '.CATEGORIES_TABLE;
Note: See TracChangeset for help on using the changeset viewer.