Ignore:
Timestamp:
08/21/08 21:06:15 (4 years ago)
Author:
hverton
Message:

Merged trunk revisions 1588:1665 into the PLi-Fusion branch

File:
1 copied

Legend:

Unmodified
Added
Removed
  • branches/PLi-Fusion/administration/frontpage.php

    r1656 r1666  
    5050        $fwhere = ""; 
    5151        $nwhere = ""; 
     52        if (!isset($news_locale)) $news_locale = $settings['locale_code']; 
    5253        break; 
    5354    case "single": 
    5455        $fwhere = ""; 
    5556        $nwhere = ""; 
     57        if (!isset($news_locale)) $news_locale = $settings['locale_code']; 
    5658        break; 
    5759    case "multiple": 
Note: See TracChangeset for help on using the changeset viewer.