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

    r1151 r1158  
    3131 
    3232// compose the query where clause based on the localisation method choosen 
    33 switch ($settings['localisation_method']) { 
     33switch ($settings['sitelinks_localisation']) { 
    3434    case "none": 
    3535        $where = ""; 
Note: See TracChangeset for help on using the changeset viewer.