Changeset 1667 in ExiteCMS for trunk/administration/frontpage.php


Ignore:
Timestamp:
08/21/08 22:23:11 (4 years ago)
Author:
hverton
Message:

fixed to many records issue after an unlimited search\nfixed not able to login after v7.1 to v7.2 upgrade

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/administration/frontpage.php

    r1656 r1667  
    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.