Ignore:
Timestamp:
Mar 19, 2010, 8:39:15 PM (14 years ago)
Author:
nikrou
Message:

Fix some sql issues :

  • permalink that use if() syntax
  • add tables themes for other database engines that mysql
File:
1 edited

Legend:

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

    r5178 r5192  
    312312  foreach ($categories as $category)
    313313  {
     314    if (!empty($category['permalink']))
     315    {
     316      $category['name'] .= ' √';
     317    }
    314318    if ($fullname)
    315319    {
Note: See TracChangeset for help on using the changeset viewer.