Changeset 4462

Show
Ignore:
Timestamp:
Wed Feb 22 10:40:48 2006
Author:
mugur
Message:

fixed ticket:1692 - The country popup list is not displayed when the language is not English

Files:

Legend:

Unmodified
Added
Removed
Modified
  • branches/CAMPSITE_2_4_BRANCH/campsite/implementation/parser/parser/actions.cpp

    r4302 r4462  
    2678 2678         if (case_comp(field, "CountryCode") == 0)  
    2679 2679         {  
    2680               buf << "select Code, Name from Countries where IdLanguage = " << c.Language();  
      2680             buf << "select Code, Name from Countries group by Code asc order by Name asc";  
    2680 2680         }  
    2681 2681         else if (case_comp(field, "Title") == 0)