Changeset 1158 in ExiteCMS for trunk/administration/article_cats.php


Ignore:
Timestamp:
12/03/07 21:40:54 (4 years ago)
Author:
hverton
Message:

added a locale type selection per module
fixed typo from 404handler.php
updated English language pack
fixed not being able to move a post to a thread in the same forum.post.move.tpl
getusergroups() now returns the array ordered by name
upgraded tiny_mce to version 2.1.3

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/administration/article_cats.php

    r1151 r1158  
    2929 
    3030// compose the query where clause based on the localisation method choosen 
    31 switch ($settings['localisation_method']) { 
     31switch ($settings['article_localisation']) { 
    3232    case "none": 
    3333        $where = ""; 
Note: See TracChangeset for help on using the changeset viewer.