Changeset 1158 in ExiteCMS for trunk/administration/articles.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/articles.php

    r1145 r1158  
    4747 
    4848// compose the query where clause based on the localisation method choosen 
    49 switch ($settings['localisation_method']) { 
     49switch ($settings['article_localisation']) { 
    5050    case "none": 
    5151        $where = ""; 
Note: See TracChangeset for help on using the changeset viewer.